Shades of Dark Khaki #C2B464
Tints of Dark Khaki #C2B464
RGB
CMYK
RGB Variations
Color information
#C2B464 (or 0xC2B464) is known color: Dark Khaki. HEX triplet: C2, B4 and 64. RGB value is (194,180,100). Sum of RGB (Red+Green+Blue) = 194+180+100=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B464 is #3D4B9B. Grayscale: #AFAFAF. Windows color (decimal): -4017052 or 6599874. OLE color: 6599874.
HSL color Cylindrical-coordinate representation of color #C2B464: hue angle of 51.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2B464 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 100 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.24 |
| HSL | 51.06º | 0.44% | 0.58% | - |
| HSV(B) | 51.06º | 0.48% | 0.76% | - |
| XYZ | 40.87 | 45.03 | 18.59 | - |
| YUV | 175.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 100 | 0 | 0.07 | 0.48 | 0.24 | 51.06 | 0.44 | 0.58 |
| Hex | C2 | B4 | 64 | 0 | 7 | 30 | 18 | 33 | 2C | 3A |
| Octal | 302 | 264 | 144 | 0 | 7 | 60 | 30 | 63 | 54 | 72 |
| Binary | 11000010 | 10110100 | 1100100 | 0 | 111 | 110000 | 11000 | 110011 | 101100 | 111010 |
Color Harmonies of #C2B464
Complementary color
Monochromatic Colors of #C2B464
Black with #C2B464
Text Example
Text Example
White with #C2B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B464; }
p { color: rgb(194,180,100); }
H1.HeaderClassName
{
color: #C2B464;
}
.AnyTagClassName
{
color: #C2B464;
}
</style>
background-color css
<style>
a { background-color: #C2B464; }
a { background-color: rgb(194,180,100); }
div.DivClassName
{
background-color: #C2B464;
}
.BgClassName
{
background-color: #C2B464;
}
</style>
border-color css
<style>
span { border-color: #C2B464; }
span { border-color: rgb(194,180,100); }
td.TdClassName
{
border-color: #C2B464;
}
.TagClassName
{
border-color: #C2B464;
}
</style>