Shades of Dark Khaki #C8B970
Tints of Dark Khaki #C8B970
RGB
CMYK
RGB Variations
Color information
#C8B970 (or 0xC8B970) is known color: Dark Khaki. HEX triplet: C8, B9 and 70. RGB value is (200,185,112). Sum of RGB (Red+Green+Blue) = 200+185+112=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B970 is #37468F. Grayscale: #B5B5B5. Windows color (decimal): -3622544 or 7387592. OLE color: 7387592.
HSL color Cylindrical-coordinate representation of color #C8B970: hue angle of 49.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B970 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 112 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.22 |
| HSL | 49.77º | 0.44% | 0.61% | - |
| HSV(B) | 49.77º | 0.44% | 0.78% | - |
| XYZ | 44.09 | 48.15 | 22.3 | - |
| YUV | 181.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 112 | 0 | 0.08 | 0.44 | 0.22 | 49.77 | 0.44 | 0.61 |
| Hex | C8 | B9 | 70 | 0 | 8 | 2C | 16 | 32 | 2C | 3D |
| Octal | 310 | 271 | 160 | 0 | 10 | 54 | 26 | 62 | 54 | 75 |
| Binary | 11001000 | 10111001 | 1110000 | 0 | 1000 | 101100 | 10110 | 110010 | 101100 | 111101 |
Color Harmonies of #C8B970
Complementary color
Monochromatic Colors of #C8B970
Black with #C8B970
Text Example
Text Example
White with #C8B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B970; }
p { color: rgb(200,185,112); }
H1.HeaderClassName
{
color: #C8B970;
}
.AnyTagClassName
{
color: #C8B970;
}
</style>
background-color css
<style>
a { background-color: #C8B970; }
a { background-color: rgb(200,185,112); }
div.DivClassName
{
background-color: #C8B970;
}
.BgClassName
{
background-color: #C8B970;
}
</style>
border-color css
<style>
span { border-color: #C8B970; }
span { border-color: rgb(200,185,112); }
td.TdClassName
{
border-color: #C8B970;
}
.TagClassName
{
border-color: #C8B970;
}
</style>