Shades of Dark Khaki #C8C062
Tints of Dark Khaki #C8C062
RGB
CMYK
RGB Variations
Color information
#C8C062 (or 0xC8C062) is known color: Dark Khaki. HEX triplet: C8, C0 and 62. RGB value is (200,192,98). Sum of RGB (Red+Green+Blue) = 200+192+98=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C062 is #373F9D. Grayscale: #B8B8B8. Windows color (decimal): -3620766 or 6471880. OLE color: 6471880.
HSL color Cylindrical-coordinate representation of color #C8C062: hue angle of 55.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C062 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 98 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.22 |
| HSL | 55.29º | 0.48% | 0.58% | - |
| HSV(B) | 55.29º | 0.51% | 0.78% | - |
| XYZ | 44.87 | 50.86 | 19.01 | - |
| YUV | 183.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 98 | 0 | 0.04 | 0.51 | 0.22 | 55.29 | 0.48 | 0.58 |
| Hex | C8 | C0 | 62 | 0 | 4 | 33 | 16 | 37 | 30 | 3A |
| Octal | 310 | 300 | 142 | 0 | 4 | 63 | 26 | 67 | 60 | 72 |
| Binary | 11001000 | 11000000 | 1100010 | 0 | 100 | 110011 | 10110 | 110111 | 110000 | 111010 |
Color Harmonies of #C8C062
Complementary color
Monochromatic Colors of #C8C062
Black with #C8C062
Text Example
Text Example
White with #C8C062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C062; }
p { color: rgb(200,192,98); }
H1.HeaderClassName
{
color: #C8C062;
}
.AnyTagClassName
{
color: #C8C062;
}
</style>
background-color css
<style>
a { background-color: #C8C062; }
a { background-color: rgb(200,192,98); }
div.DivClassName
{
background-color: #C8C062;
}
.BgClassName
{
background-color: #C8C062;
}
</style>
border-color css
<style>
span { border-color: #C8C062; }
span { border-color: rgb(200,192,98); }
td.TdClassName
{
border-color: #C8C062;
}
.TagClassName
{
border-color: #C8C062;
}
</style>