Shades of Dark Khaki #C2B566
Tints of Dark Khaki #C2B566
RGB
CMYK
RGB Variations
Color information
#C2B566 (or 0xC2B566) is known color: Dark Khaki. HEX triplet: C2, B5 and 66. RGB value is (194,181,102). Sum of RGB (Red+Green+Blue) = 194+181+102=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B566 is #3D4A99. Grayscale: #B0B0B0. Windows color (decimal): -4016794 or 6731202. OLE color: 6731202.
HSL color Cylindrical-coordinate representation of color #C2B566: hue angle of 51.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2B566 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 102 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.24 |
| HSL | 51.52º | 0.43% | 0.58% | - |
| HSV(B) | 51.52º | 0.47% | 0.76% | - |
| XYZ | 41.17 | 45.48 | 19.18 | - |
| YUV | 175.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 102 | 0 | 0.07 | 0.47 | 0.24 | 51.52 | 0.43 | 0.58 |
| Hex | C2 | B5 | 66 | 0 | 7 | 2F | 18 | 34 | 2B | 3A |
| Octal | 302 | 265 | 146 | 0 | 7 | 57 | 30 | 64 | 53 | 72 |
| Binary | 11000010 | 10110101 | 1100110 | 0 | 111 | 101111 | 11000 | 110100 | 101011 | 111010 |
Color Harmonies of #C2B566
Complementary color
Monochromatic Colors of #C2B566
Black with #C2B566
Text Example
Text Example
White with #C2B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B566; }
p { color: rgb(194,181,102); }
H1.HeaderClassName
{
color: #C2B566;
}
.AnyTagClassName
{
color: #C2B566;
}
</style>
background-color css
<style>
a { background-color: #C2B566; }
a { background-color: rgb(194,181,102); }
div.DivClassName
{
background-color: #C2B566;
}
.BgClassName
{
background-color: #C2B566;
}
</style>
border-color css
<style>
span { border-color: #C2B566; }
span { border-color: rgb(194,181,102); }
td.TdClassName
{
border-color: #C2B566;
}
.TagClassName
{
border-color: #C2B566;
}
</style>