#C9C066

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

Shades of Dark Khaki #C9C066

Tints of Dark Khaki #C9C066

Color information

#C9C066 (or 0xC9C066) is unknown color: approx Dark Khaki. HEX triplet: C9, C0 and 66. RGB value is (201,192,102). Sum of RGB (Red+Green+Blue) = 201+192+102=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C066 is #363F99. Grayscale: #B8B8B8. Windows color (decimal): -3555226 or 6734025. OLE color: 6734025.

HSL color Cylindrical-coordinate representation of color #C9C066: hue angle of 54.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9C066 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB201192102-
CMYK00.040.490.21
HSL54.55º47.83%59.41%-
HSV(B)54.55º49.25%78.82%-
XYZ45.3451.0820.04-
YUV184.4381.48139.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=40.61%
G=38.79%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119210200.040.490.2154.5547.8359.41
HexC9C06604311537303b
Octal311300146046125676073
Binary11001001110000001100110010011000110101110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C066; }

 p { color: rgb(201,192,102); }

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

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

 a { background-color: rgb(201,192,102); }

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

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

 span { border-color: rgb(201,192,102); }

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