Shades of Dark Khaki #C8C063
Tints of Dark Khaki #C8C063
RGB
CMYK
RGB Variations
Color information
#C8C063 (or 0xC8C063) is known color: Dark Khaki. HEX triplet: C8, C0 and 63. RGB value is (200,192,99). Sum of RGB (Red+Green+Blue) = 200+192+99=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C063 is #373F9C. Grayscale: #B8B8B8. Windows color (decimal): -3620765 or 6537416. OLE color: 6537416.
HSL color Cylindrical-coordinate representation of color #C8C063: hue angle of 55.25º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C063 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 99 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.22 |
| HSL | 55.25º | 0.48% | 0.59% | - |
| HSV(B) | 55.25º | 0.51% | 0.78% | - |
| XYZ | 44.92 | 50.88 | 19.26 | - |
| YUV | 183.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 99 | 0 | 0.04 | 0.50 | 0.22 | 55.25 | 0.48 | 0.59 |
| Hex | C8 | C0 | 63 | 0 | 4 | 32 | 16 | 37 | 30 | 3B |
| Octal | 310 | 300 | 143 | 0 | 4 | 62 | 26 | 67 | 60 | 73 |
| Binary | 11001000 | 11000000 | 1100011 | 0 | 100 | 110010 | 10110 | 110111 | 110000 | 111011 |
Color Harmonies of #C8C063
Complementary color
Monochromatic Colors of #C8C063
Black with #C8C063
Text Example
Text Example
White with #C8C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C063; }
p { color: rgb(200,192,99); }
H1.HeaderClassName
{
color: #C8C063;
}
.AnyTagClassName
{
color: #C8C063;
}
</style>
background-color css
<style>
a { background-color: #C8C063; }
a { background-color: rgb(200,192,99); }
div.DivClassName
{
background-color: #C8C063;
}
.BgClassName
{
background-color: #C8C063;
}
</style>
border-color css
<style>
span { border-color: #C8C063; }
span { border-color: rgb(200,192,99); }
td.TdClassName
{
border-color: #C8C063;
}
.TagClassName
{
border-color: #C8C063;
}
</style>