Shades of Dark Khaki #C7C060
Tints of Dark Khaki #C7C060
RGB
CMYK
RGB Variations
Color information
#C7C060 (or 0xC7C060) is known color: Dark Khaki. HEX triplet: C7, C0 and 60. RGB value is (199,192,96). Sum of RGB (Red+Green+Blue) = 199+192+96=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C060 is #383F9F. Grayscale: #B7B7B7. Windows color (decimal): -3686304 or 6340807. OLE color: 6340807.
HSL color Cylindrical-coordinate representation of color #C7C060: hue angle of 55.92º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7C060 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 96 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 55.92º | 0.48% | 0.58% | - |
| HSV(B) | 55.92º | 0.52% | 0.78% | - |
| XYZ | 44.51 | 50.69 | 18.5 | - |
| YUV | 183.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 96 | 0 | 0.04 | 0.52 | 0.22 | 55.92 | 0.48 | 0.58 |
| Hex | C7 | C0 | 60 | 0 | 4 | 34 | 16 | 38 | 30 | 3A |
| Octal | 307 | 300 | 140 | 0 | 4 | 64 | 26 | 70 | 60 | 72 |
| Binary | 11000111 | 11000000 | 1100000 | 0 | 100 | 110100 | 10110 | 111000 | 110000 | 111010 |
Color Harmonies of #C7C060
Complementary color
Monochromatic Colors of #C7C060
Black with #C7C060
Text Example
Text Example
White with #C7C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C060; }
p { color: rgb(199,192,96); }
H1.HeaderClassName
{
color: #C7C060;
}
.AnyTagClassName
{
color: #C7C060;
}
</style>
background-color css
<style>
a { background-color: #C7C060; }
a { background-color: rgb(199,192,96); }
div.DivClassName
{
background-color: #C7C060;
}
.BgClassName
{
background-color: #C7C060;
}
</style>
border-color css
<style>
span { border-color: #C7C060; }
span { border-color: rgb(199,192,96); }
td.TdClassName
{
border-color: #C7C060;
}
.TagClassName
{
border-color: #C7C060;
}
</style>