Shades of Dark Khaki #C2C06E
Tints of Dark Khaki #C2C06E
RGB
CMYK
RGB Variations
Color information
#C2C06E (or 0xC2C06E) is known color: Dark Khaki. HEX triplet: C2, C0 and 6E. RGB value is (194,192,110). Sum of RGB (Red+Green+Blue) = 194+192+110=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C06E is #3D3F91. Grayscale: #B7B7B7. Windows color (decimal): -4013970 or 7258306. OLE color: 7258306.
HSL color Cylindrical-coordinate representation of color #C2C06E: hue angle of 58.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2C06E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 110 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.24 |
| HSL | 58.57º | 0.41% | 0.6% | - |
| HSV(B) | 58.57º | 0.43% | 0.76% | - |
| XYZ | 43.91 | 50.29 | 22.15 | - |
| YUV | 183.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 110 | 0 | 0.01 | 0.43 | 0.24 | 58.57 | 0.41 | 0.6 |
| Hex | C2 | C0 | 6E | 0 | 1 | 2B | 18 | 3B | 29 | 3C |
| Octal | 302 | 300 | 156 | 0 | 1 | 53 | 30 | 73 | 51 | 74 |
| Binary | 11000010 | 11000000 | 1101110 | 0 | 1 | 101011 | 11000 | 111011 | 101001 | 111100 |
Color Harmonies of #C2C06E
Complementary color
Monochromatic Colors of #C2C06E
Black with #C2C06E
Text Example
Text Example
White with #C2C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C06E; }
p { color: rgb(194,192,110); }
H1.HeaderClassName
{
color: #C2C06E;
}
.AnyTagClassName
{
color: #C2C06E;
}
</style>
background-color css
<style>
a { background-color: #C2C06E; }
a { background-color: rgb(194,192,110); }
div.DivClassName
{
background-color: #C2C06E;
}
.BgClassName
{
background-color: #C2C06E;
}
</style>
border-color css
<style>
span { border-color: #C2C06E; }
span { border-color: rgb(194,192,110); }
td.TdClassName
{
border-color: #C2C06E;
}
.TagClassName
{
border-color: #C2C06E;
}
</style>