Shades of Dark Khaki #C4B970
Tints of Dark Khaki #C4B970
RGB
CMYK
RGB Variations
Color information
#C4B970 (or 0xC4B970) is known color: Dark Khaki. HEX triplet: C4, B9 and 70. RGB value is (196,185,112). Sum of RGB (Red+Green+Blue) = 196+185+112=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B970 is #3B468F. Grayscale: #B4B4B4. Windows color (decimal): -3884688 or 7387588. OLE color: 7387588.
HSL color Cylindrical-coordinate representation of color #C4B970: hue angle of 52.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4B970 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 112 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.23 |
| HSL | 52.14º | 0.42% | 0.6% | - |
| HSV(B) | 52.14º | 0.43% | 0.77% | - |
| XYZ | 43.04 | 47.6 | 22.25 | - |
| YUV | 179.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 112 | 0 | 0.06 | 0.43 | 0.23 | 52.14 | 0.42 | 0.6 |
| Hex | C4 | B9 | 70 | 0 | 6 | 2B | 17 | 34 | 2A | 3C |
| Octal | 304 | 271 | 160 | 0 | 6 | 53 | 27 | 64 | 52 | 74 |
| Binary | 11000100 | 10111001 | 1110000 | 0 | 110 | 101011 | 10111 | 110100 | 101010 | 111100 |
Color Harmonies of #C4B970
Complementary color
Monochromatic Colors of #C4B970
Black with #C4B970
Text Example
Text Example
White with #C4B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B970; }
p { color: rgb(196,185,112); }
H1.HeaderClassName
{
color: #C4B970;
}
.AnyTagClassName
{
color: #C4B970;
}
</style>
background-color css
<style>
a { background-color: #C4B970; }
a { background-color: rgb(196,185,112); }
div.DivClassName
{
background-color: #C4B970;
}
.BgClassName
{
background-color: #C4B970;
}
</style>
border-color css
<style>
span { border-color: #C4B970; }
span { border-color: rgb(196,185,112); }
td.TdClassName
{
border-color: #C4B970;
}
.TagClassName
{
border-color: #C4B970;
}
</style>