Shades of Dark Khaki #C2B972
Tints of Dark Khaki #C2B972
RGB
CMYK
RGB Variations
Color information
#C2B972 (or 0xC2B972) is known color: Dark Khaki. HEX triplet: C2, B9 and 72. RGB value is (194,185,114). Sum of RGB (Red+Green+Blue) = 194+185+114=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B972 is #3D468D. Grayscale: #B3B3B3. Windows color (decimal): -4015758 or 7518658. OLE color: 7518658.
HSL color Cylindrical-coordinate representation of color #C2B972: hue angle of 53.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B972 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 114 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.24 |
| HSL | 53.25º | 0.4% | 0.6% | - |
| HSV(B) | 53.25º | 0.41% | 0.76% | - |
| XYZ | 42.63 | 47.38 | 22.82 | - |
| YUV | 179.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 114 | 0 | 0.05 | 0.41 | 0.24 | 53.25 | 0.4 | 0.6 |
| Hex | C2 | B9 | 72 | 0 | 5 | 29 | 18 | 35 | 28 | 3C |
| Octal | 302 | 271 | 162 | 0 | 5 | 51 | 30 | 65 | 50 | 74 |
| Binary | 11000010 | 10111001 | 1110010 | 0 | 101 | 101001 | 11000 | 110101 | 101000 | 111100 |
Color Harmonies of #C2B972
Complementary color
Monochromatic Colors of #C2B972
Black with #C2B972
Text Example
Text Example
White with #C2B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B972; }
p { color: rgb(194,185,114); }
H1.HeaderClassName
{
color: #C2B972;
}
.AnyTagClassName
{
color: #C2B972;
}
</style>
background-color css
<style>
a { background-color: #C2B972; }
a { background-color: rgb(194,185,114); }
div.DivClassName
{
background-color: #C2B972;
}
.BgClassName
{
background-color: #C2B972;
}
</style>
border-color css
<style>
span { border-color: #C2B972; }
span { border-color: rgb(194,185,114); }
td.TdClassName
{
border-color: #C2B972;
}
.TagClassName
{
border-color: #C2B972;
}
</style>