Shades of Dark Khaki #C0BB75
Tints of Dark Khaki #C0BB75
RGB
CMYK
RGB Variations
Color information
#C0BB75 (or 0xC0BB75) is known color: Dark Khaki. HEX triplet: C0, BB and 75. RGB value is (192,187,117). Sum of RGB (Red+Green+Blue) = 192+187+117=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB75 is #3F448A. Grayscale: #B4B4B4. Windows color (decimal): -4146315 or 7715776. OLE color: 7715776.
HSL color Cylindrical-coordinate representation of color #C0BB75: hue angle of 56º 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 #C0BB75 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 117 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.25 |
| HSL | 56º | 0.37% | 0.61% | - |
| HSV(B) | 56º | 0.39% | 0.75% | - |
| XYZ | 42.72 | 48.03 | 23.85 | - |
| YUV | 180.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 117 | 0 | 0.03 | 0.39 | 0.25 | 56 | 0.37 | 0.61 |
| Hex | C0 | BB | 75 | 0 | 3 | 27 | 19 | 38 | 25 | 3D |
| Octal | 300 | 273 | 165 | 0 | 3 | 47 | 31 | 70 | 45 | 75 |
| Binary | 11000000 | 10111011 | 1110101 | 0 | 11 | 100111 | 11001 | 111000 | 100101 | 111101 |
Color Harmonies of #C0BB75
Complementary color
Monochromatic Colors of #C0BB75
Black with #C0BB75
Text Example
Text Example
White with #C0BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB75; }
p { color: rgb(192,187,117); }
H1.HeaderClassName
{
color: #C0BB75;
}
.AnyTagClassName
{
color: #C0BB75;
}
</style>
background-color css
<style>
a { background-color: #C0BB75; }
a { background-color: rgb(192,187,117); }
div.DivClassName
{
background-color: #C0BB75;
}
.BgClassName
{
background-color: #C0BB75;
}
</style>
border-color css
<style>
span { border-color: #C0BB75; }
span { border-color: rgb(192,187,117); }
td.TdClassName
{
border-color: #C0BB75;
}
.TagClassName
{
border-color: #C0BB75;
}
</style>