Shades of Dark Khaki #C0BC75
Tints of Dark Khaki #C0BC75
RGB
CMYK
RGB Variations
Color information
#C0BC75 (or 0xC0BC75) is known color: Dark Khaki. HEX triplet: C0, BC and 75. RGB value is (192,188,117). Sum of RGB (Red+Green+Blue) = 192+188+117=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC75 is #3F438A. Grayscale: #B5B5B5. Windows color (decimal): -4146059 or 7716032. OLE color: 7716032.
HSL color Cylindrical-coordinate representation of color #C0BC75: hue angle of 56.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0BC75 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 117 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.25 |
| HSL | 56.8º | 0.37% | 0.61% | - |
| HSV(B) | 56.8º | 0.39% | 0.75% | - |
| XYZ | 42.93 | 48.46 | 23.92 | - |
| YUV | 181.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 117 | 0 | 0.02 | 0.39 | 0.25 | 56.8 | 0.37 | 0.61 |
| Hex | C0 | BC | 75 | 0 | 2 | 27 | 19 | 39 | 25 | 3D |
| Octal | 300 | 274 | 165 | 0 | 2 | 47 | 31 | 71 | 45 | 75 |
| Binary | 11000000 | 10111100 | 1110101 | 0 | 10 | 100111 | 11001 | 111001 | 100101 | 111101 |
Color Harmonies of #C0BC75
Complementary color
Monochromatic Colors of #C0BC75
Black with #C0BC75
Text Example
Text Example
White with #C0BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC75; }
p { color: rgb(192,188,117); }
H1.HeaderClassName
{
color: #C0BC75;
}
.AnyTagClassName
{
color: #C0BC75;
}
</style>
background-color css
<style>
a { background-color: #C0BC75; }
a { background-color: rgb(192,188,117); }
div.DivClassName
{
background-color: #C0BC75;
}
.BgClassName
{
background-color: #C0BC75;
}
</style>
border-color css
<style>
span { border-color: #C0BC75; }
span { border-color: rgb(192,188,117); }
td.TdClassName
{
border-color: #C0BC75;
}
.TagClassName
{
border-color: #C0BC75;
}
</style>