Shades of Dark Khaki #C5C05E
Tints of Dark Khaki #C5C05E
RGB
CMYK
RGB Variations
Color information
#C5C05E (or 0xC5C05E) is known color: Dark Khaki. HEX triplet: C5, C0 and 5E. RGB value is (197,192,94). Sum of RGB (Red+Green+Blue) = 197+192+94=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C05E is #3A3FA1. Grayscale: #B6B6B6. Windows color (decimal): -3817378 or 6209733. OLE color: 6209733.
HSL color Cylindrical-coordinate representation of color #C5C05E: hue angle of 57.09º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5C05E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 94 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.23 |
| HSL | 57.09º | 0.47% | 0.57% | - |
| HSV(B) | 57.09º | 0.52% | 0.77% | - |
| XYZ | 43.9 | 50.38 | 18 | - |
| YUV | 182.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 94 | 0 | 0.03 | 0.52 | 0.23 | 57.09 | 0.47 | 0.57 |
| Hex | C5 | C0 | 5E | 0 | 3 | 34 | 17 | 39 | 2F | 39 |
| Octal | 305 | 300 | 136 | 0 | 3 | 64 | 27 | 71 | 57 | 71 |
| Binary | 11000101 | 11000000 | 1011110 | 0 | 11 | 110100 | 10111 | 111001 | 101111 | 111001 |
Color Harmonies of #C5C05E
Complementary color
Monochromatic Colors of #C5C05E
Black with #C5C05E
Text Example
Text Example
White with #C5C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C05E; }
p { color: rgb(197,192,94); }
H1.HeaderClassName
{
color: #C5C05E;
}
.AnyTagClassName
{
color: #C5C05E;
}
</style>
background-color css
<style>
a { background-color: #C5C05E; }
a { background-color: rgb(197,192,94); }
div.DivClassName
{
background-color: #C5C05E;
}
.BgClassName
{
background-color: #C5C05E;
}
</style>
border-color css
<style>
span { border-color: #C5C05E; }
span { border-color: rgb(197,192,94); }
td.TdClassName
{
border-color: #C5C05E;
}
.TagClassName
{
border-color: #C5C05E;
}
</style>