Shades of Dark Khaki #C8C064
Tints of Dark Khaki #C8C064
RGB
CMYK
RGB Variations
Color information
#C8C064 (or 0xC8C064) is known color: Dark Khaki. HEX triplet: C8, C0 and 64. RGB value is (200,192,100). Sum of RGB (Red+Green+Blue) = 200+192+100=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C064 is #373F9B. Grayscale: #B8B8B8. Windows color (decimal): -3620764 or 6602952. OLE color: 6602952.
HSL color Cylindrical-coordinate representation of color #C8C064: hue angle of 55.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C064 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 100 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.22 |
| HSL | 55.2º | 0.48% | 0.59% | - |
| HSV(B) | 55.2º | 0.5% | 0.78% | - |
| XYZ | 44.97 | 50.9 | 19.51 | - |
| YUV | 183.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 100 | 0 | 0.04 | 0.5 | 0.22 | 55.2 | 0.48 | 0.59 |
| Hex | C8 | C0 | 64 | 0 | 4 | 32 | 16 | 37 | 30 | 3B |
| Octal | 310 | 300 | 144 | 0 | 4 | 62 | 26 | 67 | 60 | 73 |
| Binary | 11001000 | 11000000 | 1100100 | 0 | 100 | 110010 | 10110 | 110111 | 110000 | 111011 |
Color Harmonies of #C8C064
Complementary color
Monochromatic Colors of #C8C064
Black with #C8C064
Text Example
Text Example
White with #C8C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C064; }
p { color: rgb(200,192,100); }
H1.HeaderClassName
{
color: #C8C064;
}
.AnyTagClassName
{
color: #C8C064;
}
</style>
background-color css
<style>
a { background-color: #C8C064; }
a { background-color: rgb(200,192,100); }
div.DivClassName
{
background-color: #C8C064;
}
.BgClassName
{
background-color: #C8C064;
}
</style>
border-color css
<style>
span { border-color: #C8C064; }
span { border-color: rgb(200,192,100); }
td.TdClassName
{
border-color: #C8C064;
}
.TagClassName
{
border-color: #C8C064;
}
</style>