Shades of Dark Khaki #C2B16E
Tints of Dark Khaki #C2B16E
RGB
CMYK
RGB Variations
Color information
#C2B16E (or 0xC2B16E) is known color: Dark Khaki. HEX triplet: C2, B1 and 6E. RGB value is (194,177,110). Sum of RGB (Red+Green+Blue) = 194+177+110=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B16E is #3D4E91. Grayscale: #AEAEAE. Windows color (decimal): -4017810 or 7254466. OLE color: 7254466.
HSL color Cylindrical-coordinate representation of color #C2B16E: hue angle of 47.86º degrees, saturation: 0.41, 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 #C2B16E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 110 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.24 |
| HSL | 47.86º | 0.41% | 0.6% | - |
| HSV(B) | 47.86º | 0.43% | 0.76% | - |
| XYZ | 40.78 | 44.04 | 21.1 | - |
| YUV | 174.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 110 | 0 | 0.09 | 0.43 | 0.24 | 47.86 | 0.41 | 0.6 |
| Hex | C2 | B1 | 6E | 0 | 9 | 2B | 18 | 30 | 29 | 3C |
| Octal | 302 | 261 | 156 | 0 | 11 | 53 | 30 | 60 | 51 | 74 |
| Binary | 11000010 | 10110001 | 1101110 | 0 | 1001 | 101011 | 11000 | 110000 | 101001 | 111100 |
Color Harmonies of #C2B16E
Complementary color
Monochromatic Colors of #C2B16E
Black with #C2B16E
Text Example
Text Example
White with #C2B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B16E; }
p { color: rgb(194,177,110); }
H1.HeaderClassName
{
color: #C2B16E;
}
.AnyTagClassName
{
color: #C2B16E;
}
</style>
background-color css
<style>
a { background-color: #C2B16E; }
a { background-color: rgb(194,177,110); }
div.DivClassName
{
background-color: #C2B16E;
}
.BgClassName
{
background-color: #C2B16E;
}
</style>
border-color css
<style>
span { border-color: #C2B16E; }
span { border-color: rgb(194,177,110); }
td.TdClassName
{
border-color: #C2B16E;
}
.TagClassName
{
border-color: #C2B16E;
}
</style>