Shades of Dark Khaki #C4C166
Tints of Dark Khaki #C4C166
RGB
CMYK
RGB Variations
Color information
#C4C166 (or 0xC4C166) is known color: Dark Khaki. HEX triplet: C4, C1 and 66. RGB value is (196,193,102). Sum of RGB (Red+Green+Blue) = 196+193+102=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C166 is #3B3E99. Grayscale: #B7B7B7. Windows color (decimal): -3882650 or 6734276. OLE color: 6734276.
HSL color Cylindrical-coordinate representation of color #C4C166: hue angle of 58.09º 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 #C4C166 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 102 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.23 |
| HSL | 58.09º | 0.44% | 0.58% | - |
| HSV(B) | 58.09º | 0.48% | 0.77% | - |
| XYZ | 44.23 | 50.84 | 20.05 | - |
| YUV | 183.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 102 | 0 | 0.02 | 0.48 | 0.23 | 58.09 | 0.44 | 0.58 |
| Hex | C4 | C1 | 66 | 0 | 2 | 30 | 17 | 3A | 2C | 3A |
| Octal | 304 | 301 | 146 | 0 | 2 | 60 | 27 | 72 | 54 | 72 |
| Binary | 11000100 | 11000001 | 1100110 | 0 | 10 | 110000 | 10111 | 111010 | 101100 | 111010 |
Color Harmonies of #C4C166
Complementary color
Monochromatic Colors of #C4C166
Black with #C4C166
Text Example
Text Example
White with #C4C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C166; }
p { color: rgb(196,193,102); }
H1.HeaderClassName
{
color: #C4C166;
}
.AnyTagClassName
{
color: #C4C166;
}
</style>
background-color css
<style>
a { background-color: #C4C166; }
a { background-color: rgb(196,193,102); }
div.DivClassName
{
background-color: #C4C166;
}
.BgClassName
{
background-color: #C4C166;
}
</style>
border-color css
<style>
span { border-color: #C4C166; }
span { border-color: rgb(196,193,102); }
td.TdClassName
{
border-color: #C4C166;
}
.TagClassName
{
border-color: #C4C166;
}
</style>