Shades of Dark Khaki #C0B877
Tints of Dark Khaki #C0B877
RGB
CMYK
RGB Variations
Color information
#C0B877 (or 0xC0B877) is known color: Dark Khaki. HEX triplet: C0, B8 and 77. RGB value is (192,184,119). Sum of RGB (Red+Green+Blue) = 192+184+119=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B877 is #3F4788. Grayscale: #B3B3B3. Windows color (decimal): -4147081 or 7846080. OLE color: 7846080.
HSL color Cylindrical-coordinate representation of color #C0B877: hue angle of 53.42º 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 #C0B877 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 119 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.25 |
| HSL | 53.42º | 0.37% | 0.61% | - |
| HSV(B) | 53.42º | 0.38% | 0.75% | - |
| XYZ | 42.21 | 46.82 | 24.27 | - |
| YUV | 178.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 119 | 0 | 0.04 | 0.38 | 0.25 | 53.42 | 0.37 | 0.61 |
| Hex | C0 | B8 | 77 | 0 | 4 | 26 | 19 | 35 | 25 | 3D |
| Octal | 300 | 270 | 167 | 0 | 4 | 46 | 31 | 65 | 45 | 75 |
| Binary | 11000000 | 10111000 | 1110111 | 0 | 100 | 100110 | 11001 | 110101 | 100101 | 111101 |
Color Harmonies of #C0B877
Complementary color
Monochromatic Colors of #C0B877
Black with #C0B877
Text Example
Text Example
White with #C0B877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B877; }
p { color: rgb(192,184,119); }
H1.HeaderClassName
{
color: #C0B877;
}
.AnyTagClassName
{
color: #C0B877;
}
</style>
background-color css
<style>
a { background-color: #C0B877; }
a { background-color: rgb(192,184,119); }
div.DivClassName
{
background-color: #C0B877;
}
.BgClassName
{
background-color: #C0B877;
}
</style>
border-color css
<style>
span { border-color: #C0B877; }
span { border-color: rgb(192,184,119); }
td.TdClassName
{
border-color: #C0B877;
}
.TagClassName
{
border-color: #C0B877;
}
</style>