Shades of Dark Khaki #C3C060
Tints of Dark Khaki #C3C060
RGB
CMYK
RGB Variations
Color information
#C3C060 (or 0xC3C060) is known color: Dark Khaki. HEX triplet: C3, C0 and 60. RGB value is (195,192,96). Sum of RGB (Red+Green+Blue) = 195+192+96=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C060 is #3C3F9F. Grayscale: #B6B6B6. Windows color (decimal): -3948448 or 6340803. OLE color: 6340803.
HSL color Cylindrical-coordinate representation of color #C3C060: hue angle of 58.18º 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 #C3C060 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 96 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.24 |
| HSL | 58.18º | 0.45% | 0.57% | - |
| HSV(B) | 58.18º | 0.51% | 0.76% | - |
| XYZ | 43.47 | 50.15 | 18.45 | - |
| YUV | 181.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 96 | 0 | 0.02 | 0.51 | 0.24 | 58.18 | 0.45 | 0.57 |
| Hex | C3 | C0 | 60 | 0 | 2 | 33 | 18 | 3A | 2D | 39 |
| Octal | 303 | 300 | 140 | 0 | 2 | 63 | 30 | 72 | 55 | 71 |
| Binary | 11000011 | 11000000 | 1100000 | 0 | 10 | 110011 | 11000 | 111010 | 101101 | 111001 |
Color Harmonies of #C3C060
Complementary color
Monochromatic Colors of #C3C060
Black with #C3C060
Text Example
Text Example
White with #C3C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C060; }
p { color: rgb(195,192,96); }
H1.HeaderClassName
{
color: #C3C060;
}
.AnyTagClassName
{
color: #C3C060;
}
</style>
background-color css
<style>
a { background-color: #C3C060; }
a { background-color: rgb(195,192,96); }
div.DivClassName
{
background-color: #C3C060;
}
.BgClassName
{
background-color: #C3C060;
}
</style>
border-color css
<style>
span { border-color: #C3C060; }
span { border-color: rgb(195,192,96); }
td.TdClassName
{
border-color: #C3C060;
}
.TagClassName
{
border-color: #C3C060;
}
</style>