Shades of Dark Khaki #C0B675
Tints of Dark Khaki #C0B675
RGB
CMYK
RGB Variations
Color information
#C0B675 (or 0xC0B675) is known color: Dark Khaki. HEX triplet: C0, B6 and 75. RGB value is (192,182,117). Sum of RGB (Red+Green+Blue) = 192+182+117=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B675 is #3F498A. Grayscale: #B1B1B1. Windows color (decimal): -4147595 or 7714496. OLE color: 7714496.
HSL color Cylindrical-coordinate representation of color #C0B675: hue angle of 52º 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 #C0B675 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 117 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.25 |
| HSL | 52º | 0.37% | 0.61% | - |
| HSV(B) | 52º | 0.39% | 0.75% | - |
| XYZ | 41.68 | 45.95 | 23.5 | - |
| YUV | 177.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 117 | 0 | 0.05 | 0.39 | 0.25 | 52 | 0.37 | 0.61 |
| Hex | C0 | B6 | 75 | 0 | 5 | 27 | 19 | 34 | 25 | 3D |
| Octal | 300 | 266 | 165 | 0 | 5 | 47 | 31 | 64 | 45 | 75 |
| Binary | 11000000 | 10110110 | 1110101 | 0 | 101 | 100111 | 11001 | 110100 | 100101 | 111101 |
Color Harmonies of #C0B675
Complementary color
Monochromatic Colors of #C0B675
Black with #C0B675
Text Example
Text Example
White with #C0B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B675; }
p { color: rgb(192,182,117); }
H1.HeaderClassName
{
color: #C0B675;
}
.AnyTagClassName
{
color: #C0B675;
}
</style>
background-color css
<style>
a { background-color: #C0B675; }
a { background-color: rgb(192,182,117); }
div.DivClassName
{
background-color: #C0B675;
}
.BgClassName
{
background-color: #C0B675;
}
</style>
border-color css
<style>
span { border-color: #C0B675; }
span { border-color: rgb(192,182,117); }
td.TdClassName
{
border-color: #C0B675;
}
.TagClassName
{
border-color: #C0B675;
}
</style>