Shades of Dark Khaki #C4C05F
Tints of Dark Khaki #C4C05F
RGB
CMYK
RGB Variations
Color information
#C4C05F (or 0xC4C05F) is known color: Dark Khaki. HEX triplet: C4, C0 and 5F. RGB value is (196,192,95). Sum of RGB (Red+Green+Blue) = 196+192+95=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C05F is #3B3FA0. Grayscale: #B6B6B6. Windows color (decimal): -3882913 or 6275268. OLE color: 6275268.
HSL color Cylindrical-coordinate representation of color #C4C05F: hue angle of 57.62º degrees, saturation: 0.46, 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 #C4C05F is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 95 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.23 |
| HSL | 57.62º | 0.46% | 0.57% | - |
| HSV(B) | 57.62º | 0.52% | 0.77% | - |
| XYZ | 43.68 | 50.26 | 18.23 | - |
| YUV | 182.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 95 | 0 | 0.02 | 0.52 | 0.23 | 57.62 | 0.46 | 0.57 |
| Hex | C4 | C0 | 5F | 0 | 2 | 34 | 17 | 3A | 2E | 39 |
| Octal | 304 | 300 | 137 | 0 | 2 | 64 | 27 | 72 | 56 | 71 |
| Binary | 11000100 | 11000000 | 1011111 | 0 | 10 | 110100 | 10111 | 111010 | 101110 | 111001 |
Color Harmonies of #C4C05F
Complementary color
Monochromatic Colors of #C4C05F
Black with #C4C05F
Text Example
Text Example
White with #C4C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C05F; }
p { color: rgb(196,192,95); }
H1.HeaderClassName
{
color: #C4C05F;
}
.AnyTagClassName
{
color: #C4C05F;
}
</style>
background-color css
<style>
a { background-color: #C4C05F; }
a { background-color: rgb(196,192,95); }
div.DivClassName
{
background-color: #C4C05F;
}
.BgClassName
{
background-color: #C4C05F;
}
</style>
border-color css
<style>
span { border-color: #C4C05F; }
span { border-color: rgb(196,192,95); }
td.TdClassName
{
border-color: #C4C05F;
}
.TagClassName
{
border-color: #C4C05F;
}
</style>