Shades of Dark Khaki #C5B770
Tints of Dark Khaki #C5B770
RGB
CMYK
RGB Variations
Color information
#C5B770 (or 0xC5B770) is known color: Dark Khaki. HEX triplet: C5, B7 and 70. RGB value is (197,183,112). Sum of RGB (Red+Green+Blue) = 197+183+112=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B770 is #3A488F. Grayscale: #B3B3B3. Windows color (decimal): -3819664 or 7387077. OLE color: 7387077.
HSL color Cylindrical-coordinate representation of color #C5B770: hue angle of 50.12º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5B770 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 112 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.23 |
| HSL | 50.12º | 0.42% | 0.61% | - |
| HSV(B) | 50.12º | 0.43% | 0.77% | - |
| XYZ | 42.88 | 46.91 | 22.12 | - |
| YUV | 179.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 112 | 0 | 0.07 | 0.43 | 0.23 | 50.12 | 0.42 | 0.61 |
| Hex | C5 | B7 | 70 | 0 | 7 | 2B | 17 | 32 | 2A | 3D |
| Octal | 305 | 267 | 160 | 0 | 7 | 53 | 27 | 62 | 52 | 75 |
| Binary | 11000101 | 10110111 | 1110000 | 0 | 111 | 101011 | 10111 | 110010 | 101010 | 111101 |
Color Harmonies of #C5B770
Complementary color
Monochromatic Colors of #C5B770
Black with #C5B770
Text Example
Text Example
White with #C5B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B770; }
p { color: rgb(197,183,112); }
H1.HeaderClassName
{
color: #C5B770;
}
.AnyTagClassName
{
color: #C5B770;
}
</style>
background-color css
<style>
a { background-color: #C5B770; }
a { background-color: rgb(197,183,112); }
div.DivClassName
{
background-color: #C5B770;
}
.BgClassName
{
background-color: #C5B770;
}
</style>
border-color css
<style>
span { border-color: #C5B770; }
span { border-color: rgb(197,183,112); }
td.TdClassName
{
border-color: #C5B770;
}
.TagClassName
{
border-color: #C5B770;
}
</style>