Shades of Dark Khaki #C2B776
Tints of Dark Khaki #C2B776
RGB
CMYK
RGB Variations
Color information
#C2B776 (or 0xC2B776) is known color: Dark Khaki. HEX triplet: C2, B7 and 76. RGB value is (194,183,118). Sum of RGB (Red+Green+Blue) = 194+183+118=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B776 is #3D4889. Grayscale: #B3B3B3. Windows color (decimal): -4016266 or 7780290. OLE color: 7780290.
HSL color Cylindrical-coordinate representation of color #C2B776: hue angle of 51.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2B776 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 118 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.24 |
| HSL | 51.32º | 0.38% | 0.61% | - |
| HSV(B) | 51.32º | 0.39% | 0.76% | - |
| XYZ | 42.45 | 46.64 | 23.91 | - |
| YUV | 178.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 118 | 0 | 0.06 | 0.39 | 0.24 | 51.32 | 0.38 | 0.61 |
| Hex | C2 | B7 | 76 | 0 | 6 | 27 | 18 | 33 | 26 | 3D |
| Octal | 302 | 267 | 166 | 0 | 6 | 47 | 30 | 63 | 46 | 75 |
| Binary | 11000010 | 10110111 | 1110110 | 0 | 110 | 100111 | 11000 | 110011 | 100110 | 111101 |
Color Harmonies of #C2B776
Complementary color
Monochromatic Colors of #C2B776
Black with #C2B776
Text Example
Text Example
White with #C2B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B776; }
p { color: rgb(194,183,118); }
H1.HeaderClassName
{
color: #C2B776;
}
.AnyTagClassName
{
color: #C2B776;
}
</style>
background-color css
<style>
a { background-color: #C2B776; }
a { background-color: rgb(194,183,118); }
div.DivClassName
{
background-color: #C2B776;
}
.BgClassName
{
background-color: #C2B776;
}
</style>
border-color css
<style>
span { border-color: #C2B776; }
span { border-color: rgb(194,183,118); }
td.TdClassName
{
border-color: #C2B776;
}
.TagClassName
{
border-color: #C2B776;
}
</style>