Shades of Dark Khaki #C2B571
Tints of Dark Khaki #C2B571
RGB
CMYK
RGB Variations
Color information
#C2B571 (or 0xC2B571) is known color: Dark Khaki. HEX triplet: C2, B5 and 71. RGB value is (194,181,113). Sum of RGB (Red+Green+Blue) = 194+181+113=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B571 is #3D4A8E. Grayscale: #B1B1B1. Windows color (decimal): -4016783 or 7452098. OLE color: 7452098.
HSL color Cylindrical-coordinate representation of color #C2B571: hue angle of 50.37º 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 #C2B571 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 113 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.24 |
| HSL | 50.37º | 0.4% | 0.6% | - |
| HSV(B) | 50.37º | 0.42% | 0.76% | - |
| XYZ | 41.75 | 45.71 | 22.24 | - |
| YUV | 177.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 113 | 0 | 0.07 | 0.42 | 0.24 | 50.37 | 0.4 | 0.6 |
| Hex | C2 | B5 | 71 | 0 | 7 | 2A | 18 | 32 | 28 | 3C |
| Octal | 302 | 265 | 161 | 0 | 7 | 52 | 30 | 62 | 50 | 74 |
| Binary | 11000010 | 10110101 | 1110001 | 0 | 111 | 101010 | 11000 | 110010 | 101000 | 111100 |
Color Harmonies of #C2B571
Complementary color
Monochromatic Colors of #C2B571
Black with #C2B571
Text Example
Text Example
White with #C2B571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B571; }
p { color: rgb(194,181,113); }
H1.HeaderClassName
{
color: #C2B571;
}
.AnyTagClassName
{
color: #C2B571;
}
</style>
background-color css
<style>
a { background-color: #C2B571; }
a { background-color: rgb(194,181,113); }
div.DivClassName
{
background-color: #C2B571;
}
.BgClassName
{
background-color: #C2B571;
}
</style>
border-color css
<style>
span { border-color: #C2B571; }
span { border-color: rgb(194,181,113); }
td.TdClassName
{
border-color: #C2B571;
}
.TagClassName
{
border-color: #C2B571;
}
</style>