Shades of Dark Khaki #C5BF73
Tints of Dark Khaki #C5BF73
RGB
CMYK
RGB Variations
Color information
#C5BF73 (or 0xC5BF73) is known color: Dark Khaki. HEX triplet: C5, BF and 73. RGB value is (197,191,115). Sum of RGB (Red+Green+Blue) = 197+191+115=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF73 is #3A408C. Grayscale: #B8B8B8. Windows color (decimal): -3817613 or 7585733. OLE color: 7585733.
HSL color Cylindrical-coordinate representation of color #C5BF73: hue angle of 55.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5BF73 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 115 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.23 |
| HSL | 55.61º | 0.41% | 0.61% | - |
| HSV(B) | 55.61º | 0.42% | 0.77% | - |
| XYZ | 44.75 | 50.37 | 23.58 | - |
| YUV | 184.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 115 | 0 | 0.03 | 0.42 | 0.23 | 55.61 | 0.41 | 0.61 |
| Hex | C5 | BF | 73 | 0 | 3 | 2A | 17 | 38 | 29 | 3D |
| Octal | 305 | 277 | 163 | 0 | 3 | 52 | 27 | 70 | 51 | 75 |
| Binary | 11000101 | 10111111 | 1110011 | 0 | 11 | 101010 | 10111 | 111000 | 101001 | 111101 |
Color Harmonies of #C5BF73
Complementary color
Monochromatic Colors of #C5BF73
Black with #C5BF73
Text Example
Text Example
White with #C5BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF73; }
p { color: rgb(197,191,115); }
H1.HeaderClassName
{
color: #C5BF73;
}
.AnyTagClassName
{
color: #C5BF73;
}
</style>
background-color css
<style>
a { background-color: #C5BF73; }
a { background-color: rgb(197,191,115); }
div.DivClassName
{
background-color: #C5BF73;
}
.BgClassName
{
background-color: #C5BF73;
}
</style>
border-color css
<style>
span { border-color: #C5BF73; }
span { border-color: rgb(197,191,115); }
td.TdClassName
{
border-color: #C5BF73;
}
.TagClassName
{
border-color: #C5BF73;
}
</style>