Shades of Dark Khaki #C4C073
Tints of Dark Khaki #C4C073
RGB
CMYK
RGB Variations
Color information
#C4C073 (or 0xC4C073) is known color: Dark Khaki. HEX triplet: C4, C0 and 73. RGB value is (196,192,115). Sum of RGB (Red+Green+Blue) = 196+192+115=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C073 is #3B3F8C. Grayscale: #B8B8B8. Windows color (decimal): -3882893 or 7585988. OLE color: 7585988.
HSL color Cylindrical-coordinate representation of color #C4C073: hue angle of 57.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4C073 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 115 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.23 |
| HSL | 57.04º | 0.41% | 0.61% | - |
| HSV(B) | 57.04º | 0.41% | 0.77% | - |
| XYZ | 44.71 | 50.67 | 23.64 | - |
| YUV | 184.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 115 | 0 | 0.02 | 0.41 | 0.23 | 57.04 | 0.41 | 0.61 |
| Hex | C4 | C0 | 73 | 0 | 2 | 29 | 17 | 39 | 29 | 3D |
| Octal | 304 | 300 | 163 | 0 | 2 | 51 | 27 | 71 | 51 | 75 |
| Binary | 11000100 | 11000000 | 1110011 | 0 | 10 | 101001 | 10111 | 111001 | 101001 | 111101 |
Color Harmonies of #C4C073
Complementary color
Monochromatic Colors of #C4C073
Black with #C4C073
Text Example
Text Example
White with #C4C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C073; }
p { color: rgb(196,192,115); }
H1.HeaderClassName
{
color: #C4C073;
}
.AnyTagClassName
{
color: #C4C073;
}
</style>
background-color css
<style>
a { background-color: #C4C073; }
a { background-color: rgb(196,192,115); }
div.DivClassName
{
background-color: #C4C073;
}
.BgClassName
{
background-color: #C4C073;
}
</style>
border-color css
<style>
span { border-color: #C4C073; }
span { border-color: rgb(196,192,115); }
td.TdClassName
{
border-color: #C4C073;
}
.TagClassName
{
border-color: #C4C073;
}
</style>