Shades of Dark Khaki #C2BF73
Tints of Dark Khaki #C2BF73
RGB
CMYK
RGB Variations
Color information
#C2BF73 (or 0xC2BF73) is known color: Dark Khaki. HEX triplet: C2, BF and 73. RGB value is (194,191,115). Sum of RGB (Red+Green+Blue) = 194+191+115=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF73 is #3D408C. Grayscale: #B7B7B7. Windows color (decimal): -4014221 or 7585730. OLE color: 7585730.
HSL color Cylindrical-coordinate representation of color #C2BF73: hue angle of 57.72º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2BF73 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 115 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.24 |
| HSL | 57.72º | 0.39% | 0.61% | - |
| HSV(B) | 57.72º | 0.41% | 0.76% | - |
| XYZ | 43.97 | 49.97 | 23.55 | - |
| YUV | 183.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 115 | 0 | 0.02 | 0.41 | 0.24 | 57.72 | 0.39 | 0.61 |
| Hex | C2 | BF | 73 | 0 | 2 | 29 | 18 | 3A | 27 | 3D |
| Octal | 302 | 277 | 163 | 0 | 2 | 51 | 30 | 72 | 47 | 75 |
| Binary | 11000010 | 10111111 | 1110011 | 0 | 10 | 101001 | 11000 | 111010 | 100111 | 111101 |
Color Harmonies of #C2BF73
Complementary color
Monochromatic Colors of #C2BF73
Black with #C2BF73
Text Example
Text Example
White with #C2BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF73; }
p { color: rgb(194,191,115); }
H1.HeaderClassName
{
color: #C2BF73;
}
.AnyTagClassName
{
color: #C2BF73;
}
</style>
background-color css
<style>
a { background-color: #C2BF73; }
a { background-color: rgb(194,191,115); }
div.DivClassName
{
background-color: #C2BF73;
}
.BgClassName
{
background-color: #C2BF73;
}
</style>
border-color css
<style>
span { border-color: #C2BF73; }
span { border-color: rgb(194,191,115); }
td.TdClassName
{
border-color: #C2BF73;
}
.TagClassName
{
border-color: #C2BF73;
}
</style>