Shades of Dark Khaki #C3BC60
Tints of Dark Khaki #C3BC60
RGB
CMYK
RGB Variations
Color information
#C3BC60 (or 0xC3BC60) is known color: Dark Khaki. HEX triplet: C3, BC and 60. RGB value is (195,188,96). Sum of RGB (Red+Green+Blue) = 195+188+96=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC60 is #3C439F. Grayscale: #B3B3B3. Windows color (decimal): -3949472 or 6339779. OLE color: 6339779.
HSL color Cylindrical-coordinate representation of color #C3BC60: hue angle of 55.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3BC60 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 96 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.24 |
| HSL | 55.76º | 0.45% | 0.57% | - |
| HSV(B) | 55.76º | 0.51% | 0.76% | - |
| XYZ | 42.6 | 48.41 | 18.17 | - |
| YUV | 179.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 96 | 0 | 0.04 | 0.51 | 0.24 | 55.76 | 0.45 | 0.57 |
| Hex | C3 | BC | 60 | 0 | 4 | 33 | 18 | 38 | 2D | 39 |
| Octal | 303 | 274 | 140 | 0 | 4 | 63 | 30 | 70 | 55 | 71 |
| Binary | 11000011 | 10111100 | 1100000 | 0 | 100 | 110011 | 11000 | 111000 | 101101 | 111001 |
Color Harmonies of #C3BC60
Complementary color
Monochromatic Colors of #C3BC60
Black with #C3BC60
Text Example
Text Example
White with #C3BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC60; }
p { color: rgb(195,188,96); }
H1.HeaderClassName
{
color: #C3BC60;
}
.AnyTagClassName
{
color: #C3BC60;
}
</style>
background-color css
<style>
a { background-color: #C3BC60; }
a { background-color: rgb(195,188,96); }
div.DivClassName
{
background-color: #C3BC60;
}
.BgClassName
{
background-color: #C3BC60;
}
</style>
border-color css
<style>
span { border-color: #C3BC60; }
span { border-color: rgb(195,188,96); }
td.TdClassName
{
border-color: #C3BC60;
}
.TagClassName
{
border-color: #C3BC60;
}
</style>