Shades of Dark Khaki #C4B972
Tints of Dark Khaki #C4B972
RGB
CMYK
RGB Variations
Color information
#C4B972 (or 0xC4B972) is known color: Dark Khaki. HEX triplet: C4, B9 and 72. RGB value is (196,185,114). Sum of RGB (Red+Green+Blue) = 196+185+114=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B972 is #3B468D. Grayscale: #B4B4B4. Windows color (decimal): -3884686 or 7518660. OLE color: 7518660.
HSL color Cylindrical-coordinate representation of color #C4B972: hue angle of 51.95º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B972 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 114 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.23 |
| HSL | 51.95º | 0.41% | 0.61% | - |
| HSV(B) | 51.95º | 0.42% | 0.77% | - |
| XYZ | 43.15 | 47.65 | 22.84 | - |
| YUV | 180.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 114 | 0 | 0.06 | 0.42 | 0.23 | 51.95 | 0.41 | 0.61 |
| Hex | C4 | B9 | 72 | 0 | 6 | 2A | 17 | 34 | 29 | 3D |
| Octal | 304 | 271 | 162 | 0 | 6 | 52 | 27 | 64 | 51 | 75 |
| Binary | 11000100 | 10111001 | 1110010 | 0 | 110 | 101010 | 10111 | 110100 | 101001 | 111101 |
Color Harmonies of #C4B972
Complementary color
Monochromatic Colors of #C4B972
Black with #C4B972
Text Example
Text Example
White with #C4B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B972; }
p { color: rgb(196,185,114); }
H1.HeaderClassName
{
color: #C4B972;
}
.AnyTagClassName
{
color: #C4B972;
}
</style>
background-color css
<style>
a { background-color: #C4B972; }
a { background-color: rgb(196,185,114); }
div.DivClassName
{
background-color: #C4B972;
}
.BgClassName
{
background-color: #C4B972;
}
</style>
border-color css
<style>
span { border-color: #C4B972; }
span { border-color: rgb(196,185,114); }
td.TdClassName
{
border-color: #C4B972;
}
.TagClassName
{
border-color: #C4B972;
}
</style>