Shades of Dark Khaki #C5C066
Tints of Dark Khaki #C5C066
RGB
CMYK
RGB Variations
Color information
#C5C066 (or 0xC5C066) is known color: Dark Khaki. HEX triplet: C5, C0 and 66. RGB value is (197,192,102). Sum of RGB (Red+Green+Blue) = 197+192+102=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C066 is #3A3F99. Grayscale: #B7B7B7. Windows color (decimal): -3817370 or 6734021. OLE color: 6734021.
HSL color Cylindrical-coordinate representation of color #C5C066: hue angle of 56.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C066 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 102 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.23 |
| HSL | 56.84º | 0.45% | 0.59% | - |
| HSV(B) | 56.84º | 0.48% | 0.77% | - |
| XYZ | 44.27 | 50.53 | 19.99 | - |
| YUV | 183.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 102 | 0 | 0.03 | 0.48 | 0.23 | 56.84 | 0.45 | 0.59 |
| Hex | C5 | C0 | 66 | 0 | 3 | 30 | 17 | 39 | 2D | 3B |
| Octal | 305 | 300 | 146 | 0 | 3 | 60 | 27 | 71 | 55 | 73 |
| Binary | 11000101 | 11000000 | 1100110 | 0 | 11 | 110000 | 10111 | 111001 | 101101 | 111011 |
Color Harmonies of #C5C066
Complementary color
Monochromatic Colors of #C5C066
Black with #C5C066
Text Example
Text Example
White with #C5C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C066; }
p { color: rgb(197,192,102); }
H1.HeaderClassName
{
color: #C5C066;
}
.AnyTagClassName
{
color: #C5C066;
}
</style>
background-color css
<style>
a { background-color: #C5C066; }
a { background-color: rgb(197,192,102); }
div.DivClassName
{
background-color: #C5C066;
}
.BgClassName
{
background-color: #C5C066;
}
</style>
border-color css
<style>
span { border-color: #C5C066; }
span { border-color: rgb(197,192,102); }
td.TdClassName
{
border-color: #C5C066;
}
.TagClassName
{
border-color: #C5C066;
}
</style>