Shades of Dark Khaki #C3BB60
Tints of Dark Khaki #C3BB60
RGB
CMYK
RGB Variations
Color information
#C3BB60 (or 0xC3BB60) is known color: Dark Khaki. HEX triplet: C3, BB and 60. RGB value is (195,187,96). Sum of RGB (Red+Green+Blue) = 195+187+96=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BB60 is #3C449F. Grayscale: #B3B3B3. Windows color (decimal): -3949728 or 6339523. OLE color: 6339523.
HSL color Cylindrical-coordinate representation of color #C3BB60: hue angle of 55.15º 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 #C3BB60 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 96 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.24 |
| HSL | 55.15º | 0.45% | 0.57% | - |
| HSV(B) | 55.15º | 0.51% | 0.76% | - |
| XYZ | 42.39 | 47.99 | 18.09 | - |
| YUV | 179.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 96 | 0 | 0.04 | 0.51 | 0.24 | 55.15 | 0.45 | 0.57 |
| Hex | C3 | BB | 60 | 0 | 4 | 33 | 18 | 37 | 2D | 39 |
| Octal | 303 | 273 | 140 | 0 | 4 | 63 | 30 | 67 | 55 | 71 |
| Binary | 11000011 | 10111011 | 1100000 | 0 | 100 | 110011 | 11000 | 110111 | 101101 | 111001 |
Color Harmonies of #C3BB60
Complementary color
Monochromatic Colors of #C3BB60
Black with #C3BB60
Text Example
Text Example
White with #C3BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB60; }
p { color: rgb(195,187,96); }
H1.HeaderClassName
{
color: #C3BB60;
}
.AnyTagClassName
{
color: #C3BB60;
}
</style>
background-color css
<style>
a { background-color: #C3BB60; }
a { background-color: rgb(195,187,96); }
div.DivClassName
{
background-color: #C3BB60;
}
.BgClassName
{
background-color: #C3BB60;
}
</style>
border-color css
<style>
span { border-color: #C3BB60; }
span { border-color: rgb(195,187,96); }
td.TdClassName
{
border-color: #C3BB60;
}
.TagClassName
{
border-color: #C3BB60;
}
</style>