Shades of Dark Khaki #C2B46C
Tints of Dark Khaki #C2B46C
RGB
CMYK
RGB Variations
Color information
#C2B46C (or 0xC2B46C) is known color: Dark Khaki. HEX triplet: C2, B4 and 6C. RGB value is (194,180,108). Sum of RGB (Red+Green+Blue) = 194+180+108=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46C is #3D4B93. Grayscale: #B0B0B0. Windows color (decimal): -4017044 or 7124162. OLE color: 7124162.
HSL color Cylindrical-coordinate representation of color #C2B46C: hue angle of 50.23º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2B46C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 108 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.24 |
| HSL | 50.23º | 0.41% | 0.59% | - |
| HSV(B) | 50.23º | 0.44% | 0.76% | - |
| XYZ | 41.28 | 45.19 | 20.74 | - |
| YUV | 175.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 108 | 0 | 0.07 | 0.44 | 0.24 | 50.23 | 0.41 | 0.59 |
| Hex | C2 | B4 | 6C | 0 | 7 | 2C | 18 | 32 | 29 | 3B |
| Octal | 302 | 264 | 154 | 0 | 7 | 54 | 30 | 62 | 51 | 73 |
| Binary | 11000010 | 10110100 | 1101100 | 0 | 111 | 101100 | 11000 | 110010 | 101001 | 111011 |
Color Harmonies of #C2B46C
Complementary color
Monochromatic Colors of #C2B46C
Black with #C2B46C
Text Example
Text Example
White with #C2B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B46C; }
p { color: rgb(194,180,108); }
H1.HeaderClassName
{
color: #C2B46C;
}
.AnyTagClassName
{
color: #C2B46C;
}
</style>
background-color css
<style>
a { background-color: #C2B46C; }
a { background-color: rgb(194,180,108); }
div.DivClassName
{
background-color: #C2B46C;
}
.BgClassName
{
background-color: #C2B46C;
}
</style>
border-color css
<style>
span { border-color: #C2B46C; }
span { border-color: rgb(194,180,108); }
td.TdClassName
{
border-color: #C2B46C;
}
.TagClassName
{
border-color: #C2B46C;
}
</style>