Shades of Dark Khaki #C4C066
Tints of Dark Khaki #C4C066
RGB
CMYK
RGB Variations
Color information
#C4C066 (or 0xC4C066) is known color: Dark Khaki. HEX triplet: C4, C0 and 66. RGB value is (196,192,102). Sum of RGB (Red+Green+Blue) = 196+192+102=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C066 is #3B3F99. Grayscale: #B7B7B7. Windows color (decimal): -3882906 or 6734020. OLE color: 6734020.
HSL color Cylindrical-coordinate representation of color #C4C066: hue angle of 57.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4C066 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 102 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.23 |
| HSL | 57.45º | 0.44% | 0.58% | - |
| HSV(B) | 57.45º | 0.48% | 0.77% | - |
| XYZ | 44.01 | 50.39 | 19.98 | - |
| YUV | 182.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 102 | 0 | 0.02 | 0.48 | 0.23 | 57.45 | 0.44 | 0.58 |
| Hex | C4 | C0 | 66 | 0 | 2 | 30 | 17 | 39 | 2C | 3A |
| Octal | 304 | 300 | 146 | 0 | 2 | 60 | 27 | 71 | 54 | 72 |
| Binary | 11000100 | 11000000 | 1100110 | 0 | 10 | 110000 | 10111 | 111001 | 101100 | 111010 |
Color Harmonies of #C4C066
Complementary color
Monochromatic Colors of #C4C066
Black with #C4C066
Text Example
Text Example
White with #C4C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C066; }
p { color: rgb(196,192,102); }
H1.HeaderClassName
{
color: #C4C066;
}
.AnyTagClassName
{
color: #C4C066;
}
</style>
background-color css
<style>
a { background-color: #C4C066; }
a { background-color: rgb(196,192,102); }
div.DivClassName
{
background-color: #C4C066;
}
.BgClassName
{
background-color: #C4C066;
}
</style>
border-color css
<style>
span { border-color: #C4C066; }
span { border-color: rgb(196,192,102); }
td.TdClassName
{
border-color: #C4C066;
}
.TagClassName
{
border-color: #C4C066;
}
</style>