Shades of Dark Khaki #C5B566
Tints of Dark Khaki #C5B566
RGB
CMYK
RGB Variations
Color information
#C5B566 (or 0xC5B566) is known color: Dark Khaki. HEX triplet: C5, B5 and 66. RGB value is (197,181,102). Sum of RGB (Red+Green+Blue) = 197+181+102=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B566 is #3A4A99. Grayscale: #B1B1B1. Windows color (decimal): -3820186 or 6731205. OLE color: 6731205.
HSL color Cylindrical-coordinate representation of color #C5B566: hue angle of 49.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5B566 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 102 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.23 |
| HSL | 49.89º | 0.45% | 0.59% | - |
| HSV(B) | 49.89º | 0.48% | 0.77% | - |
| XYZ | 41.95 | 45.88 | 19.21 | - |
| YUV | 176.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 102 | 0 | 0.08 | 0.48 | 0.23 | 49.89 | 0.45 | 0.59 |
| Hex | C5 | B5 | 66 | 0 | 8 | 30 | 17 | 32 | 2D | 3B |
| Octal | 305 | 265 | 146 | 0 | 10 | 60 | 27 | 62 | 55 | 73 |
| Binary | 11000101 | 10110101 | 1100110 | 0 | 1000 | 110000 | 10111 | 110010 | 101101 | 111011 |
Color Harmonies of #C5B566
Complementary color
Monochromatic Colors of #C5B566
Black with #C5B566
Text Example
Text Example
White with #C5B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B566; }
p { color: rgb(197,181,102); }
H1.HeaderClassName
{
color: #C5B566;
}
.AnyTagClassName
{
color: #C5B566;
}
</style>
background-color css
<style>
a { background-color: #C5B566; }
a { background-color: rgb(197,181,102); }
div.DivClassName
{
background-color: #C5B566;
}
.BgClassName
{
background-color: #C5B566;
}
</style>
border-color css
<style>
span { border-color: #C5B566; }
span { border-color: rgb(197,181,102); }
td.TdClassName
{
border-color: #C5B566;
}
.TagClassName
{
border-color: #C5B566;
}
</style>