Shades of Dark Khaki #C9BE70
Tints of Dark Khaki #C9BE70
RGB
CMYK
RGB Variations
Color information
#C9BE70 (or 0xC9BE70) is known color: Dark Khaki. HEX triplet: C9, BE and 70. RGB value is (201,190,112). Sum of RGB (Red+Green+Blue) = 201+190+112=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE70 is #36418F. Grayscale: #B8B8B8. Windows color (decimal): -3555728 or 7388873. OLE color: 7388873.
HSL color Cylindrical-coordinate representation of color #C9BE70: hue angle of 52.58º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9BE70 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 112 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.21 |
| HSL | 52.58º | 0.45% | 0.61% | - |
| HSV(B) | 52.58º | 0.44% | 0.79% | - |
| XYZ | 45.43 | 50.41 | 22.67 | - |
| YUV | 184.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 112 | 0 | 0.05 | 0.44 | 0.21 | 52.58 | 0.45 | 0.61 |
| Hex | C9 | BE | 70 | 0 | 5 | 2C | 15 | 35 | 2D | 3D |
| Octal | 311 | 276 | 160 | 0 | 5 | 54 | 25 | 65 | 55 | 75 |
| Binary | 11001001 | 10111110 | 1110000 | 0 | 101 | 101100 | 10101 | 110101 | 101101 | 111101 |
Color Harmonies of #C9BE70
Complementary color
Monochromatic Colors of #C9BE70
Black with #C9BE70
Text Example
Text Example
White with #C9BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE70; }
p { color: rgb(201,190,112); }
H1.HeaderClassName
{
color: #C9BE70;
}
.AnyTagClassName
{
color: #C9BE70;
}
</style>
background-color css
<style>
a { background-color: #C9BE70; }
a { background-color: rgb(201,190,112); }
div.DivClassName
{
background-color: #C9BE70;
}
.BgClassName
{
background-color: #C9BE70;
}
</style>
border-color css
<style>
span { border-color: #C9BE70; }
span { border-color: rgb(201,190,112); }
td.TdClassName
{
border-color: #C9BE70;
}
.TagClassName
{
border-color: #C9BE70;
}
</style>