Shades of Dark Khaki #C0B977
Tints of Dark Khaki #C0B977
RGB
CMYK
RGB Variations
Color information
#C0B977 (or 0xC0B977) is known color: Dark Khaki. HEX triplet: C0, B9 and 77. RGB value is (192,185,119). Sum of RGB (Red+Green+Blue) = 192+185+119=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B977 is #3F4688. Grayscale: #B3B3B3. Windows color (decimal): -4146825 or 7846336. OLE color: 7846336.
HSL color Cylindrical-coordinate representation of color #C0B977: hue angle of 54.25º degrees, saturation: 0.37, 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 #C0B977 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 119 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.25 |
| HSL | 54.25º | 0.37% | 0.61% | - |
| HSV(B) | 54.25º | 0.38% | 0.75% | - |
| XYZ | 42.42 | 47.24 | 24.33 | - |
| YUV | 179.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 119 | 0 | 0.04 | 0.38 | 0.25 | 54.25 | 0.37 | 0.61 |
| Hex | C0 | B9 | 77 | 0 | 4 | 26 | 19 | 36 | 25 | 3D |
| Octal | 300 | 271 | 167 | 0 | 4 | 46 | 31 | 66 | 45 | 75 |
| Binary | 11000000 | 10111001 | 1110111 | 0 | 100 | 100110 | 11001 | 110110 | 100101 | 111101 |
Color Harmonies of #C0B977
Complementary color
Monochromatic Colors of #C0B977
Black with #C0B977
Text Example
Text Example
White with #C0B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B977; }
p { color: rgb(192,185,119); }
H1.HeaderClassName
{
color: #C0B977;
}
.AnyTagClassName
{
color: #C0B977;
}
</style>
background-color css
<style>
a { background-color: #C0B977; }
a { background-color: rgb(192,185,119); }
div.DivClassName
{
background-color: #C0B977;
}
.BgClassName
{
background-color: #C0B977;
}
</style>
border-color css
<style>
span { border-color: #C0B977; }
span { border-color: rgb(192,185,119); }
td.TdClassName
{
border-color: #C0B977;
}
.TagClassName
{
border-color: #C0B977;
}
</style>