Shades of Dark Khaki #C2B871
Tints of Dark Khaki #C2B871
RGB
CMYK
RGB Variations
Color information
#C2B871 (or 0xC2B871) is known color: Dark Khaki. HEX triplet: C2, B8 and 71. RGB value is (194,184,113). Sum of RGB (Red+Green+Blue) = 194+184+113=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B871 is #3D478E. Grayscale: #B3B3B3. Windows color (decimal): -4016015 or 7452866. OLE color: 7452866.
HSL color Cylindrical-coordinate representation of color #C2B871: hue angle of 52.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2B871 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 113 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.24 |
| HSL | 52.59º | 0.4% | 0.6% | - |
| HSV(B) | 52.59º | 0.42% | 0.76% | - |
| XYZ | 42.37 | 46.94 | 22.45 | - |
| YUV | 178.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 113 | 0 | 0.05 | 0.42 | 0.24 | 52.59 | 0.4 | 0.6 |
| Hex | C2 | B8 | 71 | 0 | 5 | 2A | 18 | 35 | 28 | 3C |
| Octal | 302 | 270 | 161 | 0 | 5 | 52 | 30 | 65 | 50 | 74 |
| Binary | 11000010 | 10111000 | 1110001 | 0 | 101 | 101010 | 11000 | 110101 | 101000 | 111100 |
Color Harmonies of #C2B871
Complementary color
Monochromatic Colors of #C2B871
Black with #C2B871
Text Example
Text Example
White with #C2B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B871; }
p { color: rgb(194,184,113); }
H1.HeaderClassName
{
color: #C2B871;
}
.AnyTagClassName
{
color: #C2B871;
}
</style>
background-color css
<style>
a { background-color: #C2B871; }
a { background-color: rgb(194,184,113); }
div.DivClassName
{
background-color: #C2B871;
}
.BgClassName
{
background-color: #C2B871;
}
</style>
border-color css
<style>
span { border-color: #C2B871; }
span { border-color: rgb(194,184,113); }
td.TdClassName
{
border-color: #C2B871;
}
.TagClassName
{
border-color: #C2B871;
}
</style>