Shades of Dark Khaki #C5C26F
Tints of Dark Khaki #C5C26F
RGB
CMYK
RGB Variations
Color information
#C5C26F (or 0xC5C26F) is known color: Dark Khaki. HEX triplet: C5, C2 and 6F. RGB value is (197,194,111). Sum of RGB (Red+Green+Blue) = 197+194+111=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C26F is #3A3D90. Grayscale: #B9B9B9. Windows color (decimal): -3816849 or 7324357. OLE color: 7324357.
HSL color Cylindrical-coordinate representation of color #C5C26F: hue angle of 57.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5C26F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 111 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.23 |
| HSL | 57.91º | 0.43% | 0.6% | - |
| HSV(B) | 57.91º | 0.44% | 0.77% | - |
| XYZ | 45.19 | 51.6 | 22.62 | - |
| YUV | 185.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 111 | 0 | 0.02 | 0.44 | 0.23 | 57.91 | 0.43 | 0.6 |
| Hex | C5 | C2 | 6F | 0 | 2 | 2C | 17 | 3A | 2B | 3C |
| Octal | 305 | 302 | 157 | 0 | 2 | 54 | 27 | 72 | 53 | 74 |
| Binary | 11000101 | 11000010 | 1101111 | 0 | 10 | 101100 | 10111 | 111010 | 101011 | 111100 |
Color Harmonies of #C5C26F
Complementary color
Monochromatic Colors of #C5C26F
Black with #C5C26F
Text Example
Text Example
White with #C5C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C26F; }
p { color: rgb(197,194,111); }
H1.HeaderClassName
{
color: #C5C26F;
}
.AnyTagClassName
{
color: #C5C26F;
}
</style>
background-color css
<style>
a { background-color: #C5C26F; }
a { background-color: rgb(197,194,111); }
div.DivClassName
{
background-color: #C5C26F;
}
.BgClassName
{
background-color: #C5C26F;
}
</style>
border-color css
<style>
span { border-color: #C5C26F; }
span { border-color: rgb(197,194,111); }
td.TdClassName
{
border-color: #C5C26F;
}
.TagClassName
{
border-color: #C5C26F;
}
</style>