Shades of Dark Khaki #C2B76F
Tints of Dark Khaki #C2B76F
RGB
CMYK
RGB Variations
Color information
#C2B76F (or 0xC2B76F) is known color: Dark Khaki. HEX triplet: C2, B7 and 6F. RGB value is (194,183,111). Sum of RGB (Red+Green+Blue) = 194+183+111=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B76F is #3D4890. Grayscale: #B2B2B2. Windows color (decimal): -4016273 or 7321538. OLE color: 7321538.
HSL color Cylindrical-coordinate representation of color #C2B76F: hue angle of 52.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2B76F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 111 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.24 |
| HSL | 52.05º | 0.4% | 0.6% | - |
| HSV(B) | 52.05º | 0.43% | 0.76% | - |
| XYZ | 42.05 | 46.48 | 21.79 | - |
| YUV | 178.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 111 | 0 | 0.06 | 0.43 | 0.24 | 52.05 | 0.4 | 0.6 |
| Hex | C2 | B7 | 6F | 0 | 6 | 2B | 18 | 34 | 28 | 3C |
| Octal | 302 | 267 | 157 | 0 | 6 | 53 | 30 | 64 | 50 | 74 |
| Binary | 11000010 | 10110111 | 1101111 | 0 | 110 | 101011 | 11000 | 110100 | 101000 | 111100 |
Color Harmonies of #C2B76F
Complementary color
Monochromatic Colors of #C2B76F
Black with #C2B76F
Text Example
Text Example
White with #C2B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B76F; }
p { color: rgb(194,183,111); }
H1.HeaderClassName
{
color: #C2B76F;
}
.AnyTagClassName
{
color: #C2B76F;
}
</style>
background-color css
<style>
a { background-color: #C2B76F; }
a { background-color: rgb(194,183,111); }
div.DivClassName
{
background-color: #C2B76F;
}
.BgClassName
{
background-color: #C2B76F;
}
</style>
border-color css
<style>
span { border-color: #C2B76F; }
span { border-color: rgb(194,183,111); }
td.TdClassName
{
border-color: #C2B76F;
}
.TagClassName
{
border-color: #C2B76F;
}
</style>