#C0C066

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

Shades of Dark Khaki #C0C066

Tints of Dark Khaki #C0C066

Color information

#C0C066 (or 0xC0C066) is unknown color: approx Dark Khaki. HEX triplet: C0, C0 and 66. RGB value is (192,192,102). Sum of RGB (Red+Green+Blue) = 192+192+102=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C066 is #3F3F99. Grayscale: #B6B6B6. Windows color (decimal): -4145050 or 6734016. OLE color: 6734016.

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

Color convert

RGB192192102-
CMYK000.470.25
HSL60º41.67%57.65%-
HSV(B)60º46.88%75.29%-
XYZ42.9949.8719.93-
YUV181.7483135.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=39.51%
G=39.51%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192102000.470.256041.6757.65
HexC0C066002F193c2a3a
Octal300300146005731745272
Binary110000001100000011001100010111111001111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C066; }

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

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

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

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

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

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

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

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