Shades of Dark Khaki #C2BB73
Tints of Dark Khaki #C2BB73
RGB
CMYK
RGB Variations
Color information
#C2BB73 (or 0xC2BB73) is known color: Dark Khaki. HEX triplet: C2, BB and 73. RGB value is (194,187,115). Sum of RGB (Red+Green+Blue) = 194+187+115=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB73 is #3D448C. Grayscale: #B5B5B5. Windows color (decimal): -4015245 or 7584706. OLE color: 7584706.
HSL color Cylindrical-coordinate representation of color #C2BB73: hue angle of 54.68º 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 #C2BB73 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 115 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.24 |
| HSL | 54.68º | 0.39% | 0.61% | - |
| HSV(B) | 54.68º | 0.41% | 0.76% | - |
| XYZ | 43.11 | 48.25 | 23.26 | - |
| YUV | 180.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 115 | 0 | 0.04 | 0.41 | 0.24 | 54.68 | 0.39 | 0.61 |
| Hex | C2 | BB | 73 | 0 | 4 | 29 | 18 | 37 | 27 | 3D |
| Octal | 302 | 273 | 163 | 0 | 4 | 51 | 30 | 67 | 47 | 75 |
| Binary | 11000010 | 10111011 | 1110011 | 0 | 100 | 101001 | 11000 | 110111 | 100111 | 111101 |
Color Harmonies of #C2BB73
Complementary color
Monochromatic Colors of #C2BB73
Black with #C2BB73
Text Example
Text Example
White with #C2BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB73; }
p { color: rgb(194,187,115); }
H1.HeaderClassName
{
color: #C2BB73;
}
.AnyTagClassName
{
color: #C2BB73;
}
</style>
background-color css
<style>
a { background-color: #C2BB73; }
a { background-color: rgb(194,187,115); }
div.DivClassName
{
background-color: #C2BB73;
}
.BgClassName
{
background-color: #C2BB73;
}
</style>
border-color css
<style>
span { border-color: #C2BB73; }
span { border-color: rgb(194,187,115); }
td.TdClassName
{
border-color: #C2BB73;
}
.TagClassName
{
border-color: #C2BB73;
}
</style>