#C09940

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

Shades of Roti #C09940

Tints of Roti #C09940

Color information

#C09940 (or 0xC09940) is unknown color: approx Roti. HEX triplet: C0, 99 and 40. RGB value is (192,153,64). Sum of RGB (Red+Green+Blue) = 192+153+64=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09940 is #3F66BF. Grayscale: #9A9A9A. Windows color (decimal): -4155072 or 4233664. OLE color: 4233664.

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

Color convert

RGB19215364-
CMYK00.200.670.25
HSL41.72º50.39%50.2%-
HSV(B)41.72º66.67%75.29%-
XYZ34.0534.369.69-
YUV154.5176.92154.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=46.94%
G=37.41%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921536400.200.670.2541.7250.3950.2
HexC0994001443192a3232
Octal30023110002410331526262
Binary11000000100110011000000010100100001111001101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09940; }

 p { color: rgb(192,153,64); }

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

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

 a { background-color: rgb(192,153,64); }

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

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

 span { border-color: rgb(192,153,64); }

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