#C8C06E

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

Shades of Dark Khaki #C8C06E

Tints of Dark Khaki #C8C06E

Color information

#C8C06E (or 0xC8C06E) is unknown color: approx Dark Khaki. HEX triplet: C8, C0 and 6E. RGB value is (200,192,110). Sum of RGB (Red+Green+Blue) = 200+192+110=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C06E is #373F91. Grayscale: #B9B9B9. Windows color (decimal): -3620754 or 7258312. OLE color: 7258312.

HSL color Cylindrical-coordinate representation of color #C8C06E: hue angle of 54.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C06E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB200192110-
CMYK00.040.450.22
HSL54.67º45%60.78%-
HSV(B)54.67º45%78.43%-
XYZ45.4851.122.22-
YUV185.0485.65138.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=39.84%
G=38.25%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019211000.040.450.2254.674560.78
HexC8C06E042D16372d3d
Octal310300156045526675575
Binary11001000110000001101110010010110110110110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C06E; }

 p { color: rgb(200,192,110); }

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

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

 a { background-color: rgb(200,192,110); }

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

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

 span { border-color: rgb(200,192,110); }

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