Shades of Dark Khaki #C0BC70
Tints of Dark Khaki #C0BC70
RGB
CMYK
RGB Variations
Color information
#C0BC70 (or 0xC0BC70) is known color: Dark Khaki. HEX triplet: C0, BC and 70. RGB value is (192,188,112). Sum of RGB (Red+Green+Blue) = 192+188+112=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC70 is #3F438F. Grayscale: #B4B4B4. Windows color (decimal): -4146064 or 7388352. OLE color: 7388352.
HSL color Cylindrical-coordinate representation of color #C0BC70: hue angle of 57º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0BC70 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 112 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.25 |
| HSL | 57º | 0.39% | 0.6% | - |
| HSV(B) | 57º | 0.42% | 0.75% | - |
| XYZ | 42.65 | 48.34 | 22.41 | - |
| YUV | 180.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 112 | 0 | 0.02 | 0.42 | 0.25 | 57 | 0.39 | 0.6 |
| Hex | C0 | BC | 70 | 0 | 2 | 2A | 19 | 39 | 27 | 3C |
| Octal | 300 | 274 | 160 | 0 | 2 | 52 | 31 | 71 | 47 | 74 |
| Binary | 11000000 | 10111100 | 1110000 | 0 | 10 | 101010 | 11001 | 111001 | 100111 | 111100 |
Color Harmonies of #C0BC70
Complementary color
Monochromatic Colors of #C0BC70
Black with #C0BC70
Text Example
Text Example
White with #C0BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC70; }
p { color: rgb(192,188,112); }
H1.HeaderClassName
{
color: #C0BC70;
}
.AnyTagClassName
{
color: #C0BC70;
}
</style>
background-color css
<style>
a { background-color: #C0BC70; }
a { background-color: rgb(192,188,112); }
div.DivClassName
{
background-color: #C0BC70;
}
.BgClassName
{
background-color: #C0BC70;
}
</style>
border-color css
<style>
span { border-color: #C0BC70; }
span { border-color: rgb(192,188,112); }
td.TdClassName
{
border-color: #C0BC70;
}
.TagClassName
{
border-color: #C0BC70;
}
</style>