#C09C46

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

Shades of Roti #C09C46

Tints of Roti #C09C46

Color information

#C09C46 (or 0xC09C46) is unknown color: approx Roti. HEX triplet: C0, 9C and 46. RGB value is (192,156,70). Sum of RGB (Red+Green+Blue) = 192+156+70=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C46 is #3F63B9. Grayscale: #9D9D9D. Windows color (decimal): -4154298 or 4627648. OLE color: 4627648.

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

Color convert

RGB19215670-
CMYK00.190.640.25
HSL42.3º49.19%51.37%-
HSV(B)42.3º63.54%75.29%-
XYZ34.7335.4310.8-
YUV156.9678.93152.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=45.93%
G=37.32%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921567000.190.640.2542.349.1951.37
HexC09C4601340192a3133
Octal30023410602310031526163
Binary11000000100111001000110010011100000011001101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C46; }

 p { color: rgb(192,156,70); }

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

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

 a { background-color: rgb(192,156,70); }

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

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

 span { border-color: rgb(192,156,70); }

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