Shades of Dark Khaki #C0B978
Tints of Dark Khaki #C0B978
RGB
CMYK
RGB Variations
Color information
#C0B978 (or 0xC0B978) is known color: Dark Khaki. HEX triplet: C0, B9 and 78. RGB value is (192,185,120). Sum of RGB (Red+Green+Blue) = 192+185+120=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B978 is #3F4687. Grayscale: #B3B3B3. Windows color (decimal): -4146824 or 7911872. OLE color: 7911872.
HSL color Cylindrical-coordinate representation of color #C0B978: hue angle of 54.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0B978 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 120 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.25 |
| HSL | 54.17º | 0.36% | 0.61% | - |
| HSV(B) | 54.17º | 0.38% | 0.75% | - |
| XYZ | 42.48 | 47.26 | 24.65 | - |
| YUV | 179.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 120 | 0 | 0.04 | 0.38 | 0.25 | 54.17 | 0.36 | 0.61 |
| Hex | C0 | B9 | 78 | 0 | 4 | 26 | 19 | 36 | 24 | 3D |
| Octal | 300 | 271 | 170 | 0 | 4 | 46 | 31 | 66 | 44 | 75 |
| Binary | 11000000 | 10111001 | 1111000 | 0 | 100 | 100110 | 11001 | 110110 | 100100 | 111101 |
Color Harmonies of #C0B978
Complementary color
Monochromatic Colors of #C0B978
Black with #C0B978
Text Example
Text Example
White with #C0B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B978; }
p { color: rgb(192,185,120); }
H1.HeaderClassName
{
color: #C0B978;
}
.AnyTagClassName
{
color: #C0B978;
}
</style>
background-color css
<style>
a { background-color: #C0B978; }
a { background-color: rgb(192,185,120); }
div.DivClassName
{
background-color: #C0B978;
}
.BgClassName
{
background-color: #C0B978;
}
</style>
border-color css
<style>
span { border-color: #C0B978; }
span { border-color: rgb(192,185,120); }
td.TdClassName
{
border-color: #C0B978;
}
.TagClassName
{
border-color: #C0B978;
}
</style>