Shades of Dark Khaki #C8C068
Tints of Dark Khaki #C8C068
RGB
CMYK
RGB Variations
Color information
#C8C068 (or 0xC8C068) is known color: Dark Khaki. HEX triplet: C8, C0 and 68. RGB value is (200,192,104). Sum of RGB (Red+Green+Blue) = 200+192+104=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C068 is #373F97. Grayscale: #B8B8B8. Windows color (decimal): -3620760 or 6865096. OLE color: 6865096.
HSL color Cylindrical-coordinate representation of color #C8C068: hue angle of 55º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8C068 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 104 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.22 |
| HSL | 55º | 0.47% | 0.6% | - |
| HSV(B) | 55º | 0.48% | 0.78% | - |
| XYZ | 45.17 | 50.98 | 20.56 | - |
| YUV | 184.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 104 | 0 | 0.04 | 0.48 | 0.22 | 55 | 0.47 | 0.6 |
| Hex | C8 | C0 | 68 | 0 | 4 | 30 | 16 | 37 | 2F | 3C |
| Octal | 310 | 300 | 150 | 0 | 4 | 60 | 26 | 67 | 57 | 74 |
| Binary | 11001000 | 11000000 | 1101000 | 0 | 100 | 110000 | 10110 | 110111 | 101111 | 111100 |
Color Harmonies of #C8C068
Complementary color
Monochromatic Colors of #C8C068
Black with #C8C068
Text Example
Text Example
White with #C8C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C068; }
p { color: rgb(200,192,104); }
H1.HeaderClassName
{
color: #C8C068;
}
.AnyTagClassName
{
color: #C8C068;
}
</style>
background-color css
<style>
a { background-color: #C8C068; }
a { background-color: rgb(200,192,104); }
div.DivClassName
{
background-color: #C8C068;
}
.BgClassName
{
background-color: #C8C068;
}
</style>
border-color css
<style>
span { border-color: #C8C068; }
span { border-color: rgb(200,192,104); }
td.TdClassName
{
border-color: #C8C068;
}
.TagClassName
{
border-color: #C8C068;
}
</style>