#c09b43

Color #C09B43 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C09B43

Tints of Roti #C09B43

Color information

#C09B43 (or 0xC09B43) is unknown color: approx Roti. HEX triplet: C0, 9B and 43. RGB value is (192,155,67). Sum of RGB (Red+Green+Blue) = 192+155+67=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B43 is #3F64BC. Grayscale: #9C9C9C. Windows color (decimal): -4154557 or 4430784. OLE color: 4430784.

HSL color Cylindrical-coordinate representation of color #C09B43: hue angle of 42.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C09B43 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19215567-
CMYK00.190.650.25
HSL42.24º49.8%50.78%-
HSV(B)42.24º65.1%75.29%-
XYZ34.4735.0510.26-
YUV156.0377.76153.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 67 (26.56% from 255) = 16.18%
R=46.38%
G=37.44%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921556700.190.650.2542.2449.850.78
HexC09B4301341192a3233
Octal30023310302310131526263
Binary11000000100110111000011010011100000111001101010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c09b43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c09b43; }

 p { color: rgb(192,155,67); }

 H1.HeaderClassName
 {
   color: #c09b43;
 }
 .AnyTagClassName
 {
   color: #c09b43;
 }
</style>
background-color css

<style>
 a { background-color: #c09b43; }

 a { background-color: rgb(192,155,67); }

 div.DivClassName
 {
   background-color: #c09b43;
 }
 .BgClassName
 {
   background-color: #c09b43;
 }
</style>
border-color css

<style>
 span { border-color: #c09b43; }

 span { border-color: rgb(192,155,67); }

 td.TdClassName
 {
   border-color: #c09b43;
 }
 .TagClassName
 {
   border-color: #c09b43;
 }
</style>