Shades of Dark Khaki #C5B865
Tints of Dark Khaki #C5B865
RGB
CMYK
RGB Variations
Color information
#C5B865 (or 0xC5B865) is known color: Dark Khaki. HEX triplet: C5, B8 and 65. RGB value is (197,184,101). Sum of RGB (Red+Green+Blue) = 197+184+101=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B865 is #3A479A. Grayscale: #B2B2B2. Windows color (decimal): -3819419 or 6666437. OLE color: 6666437.
HSL color Cylindrical-coordinate representation of color #C5B865: hue angle of 51.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5B865 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 101 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.23 |
| HSL | 51.88º | 0.45% | 0.58% | - |
| HSV(B) | 51.88º | 0.49% | 0.77% | - |
| XYZ | 42.52 | 47.09 | 19.16 | - |
| YUV | 178.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 101 | 0 | 0.07 | 0.49 | 0.23 | 51.88 | 0.45 | 0.58 |
| Hex | C5 | B8 | 65 | 0 | 7 | 31 | 17 | 34 | 2D | 3A |
| Octal | 305 | 270 | 145 | 0 | 7 | 61 | 27 | 64 | 55 | 72 |
| Binary | 11000101 | 10111000 | 1100101 | 0 | 111 | 110001 | 10111 | 110100 | 101101 | 111010 |
Color Harmonies of #C5B865
Complementary color
Monochromatic Colors of #C5B865
Black with #C5B865
Text Example
Text Example
White with #C5B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B865; }
p { color: rgb(197,184,101); }
H1.HeaderClassName
{
color: #C5B865;
}
.AnyTagClassName
{
color: #C5B865;
}
</style>
background-color css
<style>
a { background-color: #C5B865; }
a { background-color: rgb(197,184,101); }
div.DivClassName
{
background-color: #C5B865;
}
.BgClassName
{
background-color: #C5B865;
}
</style>
border-color css
<style>
span { border-color: #C5B865; }
span { border-color: rgb(197,184,101); }
td.TdClassName
{
border-color: #C5B865;
}
.TagClassName
{
border-color: #C5B865;
}
</style>