Shades of Dark Khaki #C7C063
Tints of Dark Khaki #C7C063
RGB
CMYK
RGB Variations
Color information
#C7C063 (or 0xC7C063) is known color: Dark Khaki. HEX triplet: C7, C0 and 63. RGB value is (199,192,99). Sum of RGB (Red+Green+Blue) = 199+192+99=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C063 is #383F9C. Grayscale: #B7B7B7. Windows color (decimal): -3686301 or 6537415. OLE color: 6537415.
HSL color Cylindrical-coordinate representation of color #C7C063: hue angle of 55.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7C063 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 99 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.22 |
| HSL | 55.8º | 0.47% | 0.58% | - |
| HSV(B) | 55.8º | 0.5% | 0.78% | - |
| XYZ | 44.65 | 50.74 | 19.25 | - |
| YUV | 183.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 99 | 0 | 0.04 | 0.50 | 0.22 | 55.8 | 0.47 | 0.58 |
| Hex | C7 | C0 | 63 | 0 | 4 | 32 | 16 | 38 | 2F | 3A |
| Octal | 307 | 300 | 143 | 0 | 4 | 62 | 26 | 70 | 57 | 72 |
| Binary | 11000111 | 11000000 | 1100011 | 0 | 100 | 110010 | 10110 | 111000 | 101111 | 111010 |
Color Harmonies of #C7C063
Complementary color
Monochromatic Colors of #C7C063
Black with #C7C063
Text Example
Text Example
White with #C7C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C063; }
p { color: rgb(199,192,99); }
H1.HeaderClassName
{
color: #C7C063;
}
.AnyTagClassName
{
color: #C7C063;
}
</style>
background-color css
<style>
a { background-color: #C7C063; }
a { background-color: rgb(199,192,99); }
div.DivClassName
{
background-color: #C7C063;
}
.BgClassName
{
background-color: #C7C063;
}
</style>
border-color css
<style>
span { border-color: #C7C063; }
span { border-color: rgb(199,192,99); }
td.TdClassName
{
border-color: #C7C063;
}
.TagClassName
{
border-color: #C7C063;
}
</style>