Shades of Dark Khaki #C2BA72
Tints of Dark Khaki #C2BA72
RGB
CMYK
RGB Variations
Color information
#C2BA72 (or 0xC2BA72) is known color: Dark Khaki. HEX triplet: C2, BA and 72. RGB value is (194,186,114). Sum of RGB (Red+Green+Blue) = 194+186+114=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA72 is #3D458D. Grayscale: #B4B4B4. Windows color (decimal): -4015502 or 7518914. OLE color: 7518914.
HSL color Cylindrical-coordinate representation of color #C2BA72: hue angle of 54º 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 #C2BA72 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 114 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.24 |
| HSL | 54º | 0.4% | 0.6% | - |
| HSV(B) | 54º | 0.41% | 0.76% | - |
| XYZ | 42.84 | 47.8 | 22.89 | - |
| YUV | 180.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 114 | 0 | 0.04 | 0.41 | 0.24 | 54 | 0.4 | 0.6 |
| Hex | C2 | BA | 72 | 0 | 4 | 29 | 18 | 36 | 28 | 3C |
| Octal | 302 | 272 | 162 | 0 | 4 | 51 | 30 | 66 | 50 | 74 |
| Binary | 11000010 | 10111010 | 1110010 | 0 | 100 | 101001 | 11000 | 110110 | 101000 | 111100 |
Color Harmonies of #C2BA72
Complementary color
Monochromatic Colors of #C2BA72
Black with #C2BA72
Text Example
Text Example
White with #C2BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA72; }
p { color: rgb(194,186,114); }
H1.HeaderClassName
{
color: #C2BA72;
}
.AnyTagClassName
{
color: #C2BA72;
}
</style>
background-color css
<style>
a { background-color: #C2BA72; }
a { background-color: rgb(194,186,114); }
div.DivClassName
{
background-color: #C2BA72;
}
.BgClassName
{
background-color: #C2BA72;
}
</style>
border-color css
<style>
span { border-color: #C2BA72; }
span { border-color: rgb(194,186,114); }
td.TdClassName
{
border-color: #C2BA72;
}
.TagClassName
{
border-color: #C2BA72;
}
</style>