Shades of Dark Khaki #C5BF72
Tints of Dark Khaki #C5BF72
RGB
CMYK
RGB Variations
Color information
#C5BF72 (or 0xC5BF72) is known color: Dark Khaki. HEX triplet: C5, BF and 72. RGB value is (197,191,114). Sum of RGB (Red+Green+Blue) = 197+191+114=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF72 is #3A408D. Grayscale: #B8B8B8. Windows color (decimal): -3817614 or 7520197. OLE color: 7520197.
HSL color Cylindrical-coordinate representation of color #C5BF72: hue angle of 55.66º degrees, saturation: 0.42, 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 #C5BF72 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 114 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.23 |
| HSL | 55.66º | 0.42% | 0.61% | - |
| HSV(B) | 55.66º | 0.42% | 0.77% | - |
| XYZ | 44.69 | 50.35 | 23.28 | - |
| YUV | 184.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 114 | 0 | 0.03 | 0.42 | 0.23 | 55.66 | 0.42 | 0.61 |
| Hex | C5 | BF | 72 | 0 | 3 | 2A | 17 | 38 | 2A | 3D |
| Octal | 305 | 277 | 162 | 0 | 3 | 52 | 27 | 70 | 52 | 75 |
| Binary | 11000101 | 10111111 | 1110010 | 0 | 11 | 101010 | 10111 | 111000 | 101010 | 111101 |
Color Harmonies of #C5BF72
Complementary color
Monochromatic Colors of #C5BF72
Black with #C5BF72
Text Example
Text Example
White with #C5BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF72; }
p { color: rgb(197,191,114); }
H1.HeaderClassName
{
color: #C5BF72;
}
.AnyTagClassName
{
color: #C5BF72;
}
</style>
background-color css
<style>
a { background-color: #C5BF72; }
a { background-color: rgb(197,191,114); }
div.DivClassName
{
background-color: #C5BF72;
}
.BgClassName
{
background-color: #C5BF72;
}
</style>
border-color css
<style>
span { border-color: #C5BF72; }
span { border-color: rgb(197,191,114); }
td.TdClassName
{
border-color: #C5BF72;
}
.TagClassName
{
border-color: #C5BF72;
}
</style>