Shades of Dark Khaki #C2B572
Tints of Dark Khaki #C2B572
RGB
CMYK
RGB Variations
Color information
#C2B572 (or 0xC2B572) is known color: Dark Khaki. HEX triplet: C2, B5 and 72. RGB value is (194,181,114). Sum of RGB (Red+Green+Blue) = 194+181+114=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B572 is #3D4A8D. Grayscale: #B1B1B1. Windows color (decimal): -4016782 or 7517634. OLE color: 7517634.
HSL color Cylindrical-coordinate representation of color #C2B572: hue angle of 50.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 #C2B572 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 114 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.24 |
| HSL | 50.25º | 0.4% | 0.6% | - |
| HSV(B) | 50.25º | 0.41% | 0.76% | - |
| XYZ | 41.81 | 45.73 | 22.54 | - |
| YUV | 177.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 114 | 0 | 0.07 | 0.41 | 0.24 | 50.25 | 0.4 | 0.6 |
| Hex | C2 | B5 | 72 | 0 | 7 | 29 | 18 | 32 | 28 | 3C |
| Octal | 302 | 265 | 162 | 0 | 7 | 51 | 30 | 62 | 50 | 74 |
| Binary | 11000010 | 10110101 | 1110010 | 0 | 111 | 101001 | 11000 | 110010 | 101000 | 111100 |
Color Harmonies of #C2B572
Complementary color
Monochromatic Colors of #C2B572
Black with #C2B572
Text Example
Text Example
White with #C2B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B572; }
p { color: rgb(194,181,114); }
H1.HeaderClassName
{
color: #C2B572;
}
.AnyTagClassName
{
color: #C2B572;
}
</style>
background-color css
<style>
a { background-color: #C2B572; }
a { background-color: rgb(194,181,114); }
div.DivClassName
{
background-color: #C2B572;
}
.BgClassName
{
background-color: #C2B572;
}
</style>
border-color css
<style>
span { border-color: #C2B572; }
span { border-color: rgb(194,181,114); }
td.TdClassName
{
border-color: #C2B572;
}
.TagClassName
{
border-color: #C2B572;
}
</style>