Shades of Dark Khaki #C4C072
Tints of Dark Khaki #C4C072
RGB
CMYK
RGB Variations
Color information
#C4C072 (or 0xC4C072) is known color: Dark Khaki. HEX triplet: C4, C0 and 72. RGB value is (196,192,114). Sum of RGB (Red+Green+Blue) = 196+192+114=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C072 is #3B3F8D. Grayscale: #B8B8B8. Windows color (decimal): -3882894 or 7520452. OLE color: 7520452.
HSL color Cylindrical-coordinate representation of color #C4C072: hue angle of 57.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4C072 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 114 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.23 |
| HSL | 57.07º | 0.41% | 0.61% | - |
| HSV(B) | 57.07º | 0.42% | 0.77% | - |
| XYZ | 44.65 | 50.65 | 23.34 | - |
| YUV | 184.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 114 | 0 | 0.02 | 0.42 | 0.23 | 57.07 | 0.41 | 0.61 |
| Hex | C4 | C0 | 72 | 0 | 2 | 2A | 17 | 39 | 29 | 3D |
| Octal | 304 | 300 | 162 | 0 | 2 | 52 | 27 | 71 | 51 | 75 |
| Binary | 11000100 | 11000000 | 1110010 | 0 | 10 | 101010 | 10111 | 111001 | 101001 | 111101 |
Color Harmonies of #C4C072
Complementary color
Monochromatic Colors of #C4C072
Black with #C4C072
Text Example
Text Example
White with #C4C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C072; }
p { color: rgb(196,192,114); }
H1.HeaderClassName
{
color: #C4C072;
}
.AnyTagClassName
{
color: #C4C072;
}
</style>
background-color css
<style>
a { background-color: #C4C072; }
a { background-color: rgb(196,192,114); }
div.DivClassName
{
background-color: #C4C072;
}
.BgClassName
{
background-color: #C4C072;
}
</style>
border-color css
<style>
span { border-color: #C4C072; }
span { border-color: rgb(196,192,114); }
td.TdClassName
{
border-color: #C4C072;
}
.TagClassName
{
border-color: #C4C072;
}
</style>