Shades of Dark Khaki #C2BE72
Tints of Dark Khaki #C2BE72
RGB
CMYK
RGB Variations
Color information
#C2BE72 (or 0xC2BE72) is known color: Dark Khaki. HEX triplet: C2, BE and 72. RGB value is (194,190,114). Sum of RGB (Red+Green+Blue) = 194+190+114=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE72 is #3D418D. Grayscale: #B6B6B6. Windows color (decimal): -4014478 or 7519938. OLE color: 7519938.
HSL color Cylindrical-coordinate representation of color #C2BE72: hue angle of 57º 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 #C2BE72 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 114 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.24 |
| HSL | 57º | 0.4% | 0.6% | - |
| HSV(B) | 57º | 0.41% | 0.76% | - |
| XYZ | 43.7 | 49.51 | 23.17 | - |
| YUV | 182.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 114 | 0 | 0.02 | 0.41 | 0.24 | 57 | 0.4 | 0.6 |
| Hex | C2 | BE | 72 | 0 | 2 | 29 | 18 | 39 | 28 | 3C |
| Octal | 302 | 276 | 162 | 0 | 2 | 51 | 30 | 71 | 50 | 74 |
| Binary | 11000010 | 10111110 | 1110010 | 0 | 10 | 101001 | 11000 | 111001 | 101000 | 111100 |
Color Harmonies of #C2BE72
Complementary color
Monochromatic Colors of #C2BE72
Black with #C2BE72
Text Example
Text Example
White with #C2BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE72; }
p { color: rgb(194,190,114); }
H1.HeaderClassName
{
color: #C2BE72;
}
.AnyTagClassName
{
color: #C2BE72;
}
</style>
background-color css
<style>
a { background-color: #C2BE72; }
a { background-color: rgb(194,190,114); }
div.DivClassName
{
background-color: #C2BE72;
}
.BgClassName
{
background-color: #C2BE72;
}
</style>
border-color css
<style>
span { border-color: #C2BE72; }
span { border-color: rgb(194,190,114); }
td.TdClassName
{
border-color: #C2BE72;
}
.TagClassName
{
border-color: #C2BE72;
}
</style>