#C9C16A

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

Shades of Dark Khaki #C9C16A

Tints of Dark Khaki #C9C16A

Color information

#C9C16A (or 0xC9C16A) is unknown color: approx Dark Khaki. HEX triplet: C9, C1 and 6A. RGB value is (201,193,106). Sum of RGB (Red+Green+Blue) = 201+193+106=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C16A is #363E95. Grayscale: #B9B9B9. Windows color (decimal): -3554966 or 6996425. OLE color: 6996425.

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

Color convert

RGB201193106-
CMYK00.040.470.21
HSL54.95º46.8%60.2%-
HSV(B)54.95º47.26%78.82%-
XYZ45.7651.621.18-
YUV185.4783.15139.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=40.2%
G=38.6%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119310600.040.470.2154.9546.860.2
HexC9C16A042F15372f3c
Octal311301152045725675774
Binary11001001110000011101010010010111110101110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C16A; }

 p { color: rgb(201,193,106); }

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

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

 a { background-color: rgb(201,193,106); }

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

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

 span { border-color: rgb(201,193,106); }

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