Shades of Dark Khaki #C8BF70
Tints of Dark Khaki #C8BF70
RGB
CMYK
RGB Variations
Color information
#C8BF70 (or 0xC8BF70) is known color: Dark Khaki. HEX triplet: C8, BF and 70. RGB value is (200,191,112). Sum of RGB (Red+Green+Blue) = 200+191+112=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF70 is #37408F. Grayscale: #B9B9B9. Windows color (decimal): -3621008 or 7389128. OLE color: 7389128.
HSL color Cylindrical-coordinate representation of color #C8BF70: hue angle of 53.86º 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 #C8BF70 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 112 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.22 |
| HSL | 53.86º | 0.44% | 0.61% | - |
| HSV(B) | 53.86º | 0.44% | 0.78% | - |
| XYZ | 45.37 | 50.71 | 22.73 | - |
| YUV | 184.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 112 | 0 | 0.04 | 0.44 | 0.22 | 53.86 | 0.44 | 0.61 |
| Hex | C8 | BF | 70 | 0 | 4 | 2C | 16 | 36 | 2C | 3D |
| Octal | 310 | 277 | 160 | 0 | 4 | 54 | 26 | 66 | 54 | 75 |
| Binary | 11001000 | 10111111 | 1110000 | 0 | 100 | 101100 | 10110 | 110110 | 101100 | 111101 |
Color Harmonies of #C8BF70
Complementary color
Monochromatic Colors of #C8BF70
Black with #C8BF70
Text Example
Text Example
White with #C8BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF70; }
p { color: rgb(200,191,112); }
H1.HeaderClassName
{
color: #C8BF70;
}
.AnyTagClassName
{
color: #C8BF70;
}
</style>
background-color css
<style>
a { background-color: #C8BF70; }
a { background-color: rgb(200,191,112); }
div.DivClassName
{
background-color: #C8BF70;
}
.BgClassName
{
background-color: #C8BF70;
}
</style>
border-color css
<style>
span { border-color: #C8BF70; }
span { border-color: rgb(200,191,112); }
td.TdClassName
{
border-color: #C8BF70;
}
.TagClassName
{
border-color: #C8BF70;
}
</style>