Shades of Dark Khaki #C8BE71
Tints of Dark Khaki #C8BE71
RGB
CMYK
RGB Variations
Color information
#C8BE71 (or 0xC8BE71) is known color: Dark Khaki. HEX triplet: C8, BE and 71. RGB value is (200,190,113). Sum of RGB (Red+Green+Blue) = 200+190+113=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE71 is #37418E. Grayscale: #B8B8B8. Windows color (decimal): -3621263 or 7454408. OLE color: 7454408.
HSL color Cylindrical-coordinate representation of color #C8BE71: hue angle of 53.1º 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 #C8BE71 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 113 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.22 |
| HSL | 53.1º | 0.44% | 0.61% | - |
| HSV(B) | 53.1º | 0.44% | 0.78% | - |
| XYZ | 45.21 | 50.3 | 22.95 | - |
| YUV | 184.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 113 | 0 | 0.05 | 0.44 | 0.22 | 53.1 | 0.44 | 0.61 |
| Hex | C8 | BE | 71 | 0 | 5 | 2C | 16 | 35 | 2C | 3D |
| Octal | 310 | 276 | 161 | 0 | 5 | 54 | 26 | 65 | 54 | 75 |
| Binary | 11001000 | 10111110 | 1110001 | 0 | 101 | 101100 | 10110 | 110101 | 101100 | 111101 |
Color Harmonies of #C8BE71
Complementary color
Monochromatic Colors of #C8BE71
Black with #C8BE71
Text Example
Text Example
White with #C8BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE71; }
p { color: rgb(200,190,113); }
H1.HeaderClassName
{
color: #C8BE71;
}
.AnyTagClassName
{
color: #C8BE71;
}
</style>
background-color css
<style>
a { background-color: #C8BE71; }
a { background-color: rgb(200,190,113); }
div.DivClassName
{
background-color: #C8BE71;
}
.BgClassName
{
background-color: #C8BE71;
}
</style>
border-color css
<style>
span { border-color: #C8BE71; }
span { border-color: rgb(200,190,113); }
td.TdClassName
{
border-color: #C8BE71;
}
.TagClassName
{
border-color: #C8BE71;
}
</style>