Shades of Dark Khaki #C2B961
Tints of Dark Khaki #C2B961
RGB
CMYK
RGB Variations
Color information
#C2B961 (or 0xC2B961) is known color: Dark Khaki. HEX triplet: C2, B9 and 61. RGB value is (194,185,97). Sum of RGB (Red+Green+Blue) = 194+185+97=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B961 is #3D469E. Grayscale: #B2B2B2. Windows color (decimal): -4015775 or 6404546. OLE color: 6404546.
HSL color Cylindrical-coordinate representation of color #C2B961: hue angle of 54.43º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2B961 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 97 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.24 |
| HSL | 54.43º | 0.44% | 0.57% | - |
| HSV(B) | 54.43º | 0.5% | 0.76% | - |
| XYZ | 41.75 | 47.03 | 18.19 | - |
| YUV | 177.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 97 | 0 | 0.05 | 0.50 | 0.24 | 54.43 | 0.44 | 0.57 |
| Hex | C2 | B9 | 61 | 0 | 5 | 32 | 18 | 36 | 2C | 39 |
| Octal | 302 | 271 | 141 | 0 | 5 | 62 | 30 | 66 | 54 | 71 |
| Binary | 11000010 | 10111001 | 1100001 | 0 | 101 | 110010 | 11000 | 110110 | 101100 | 111001 |
Color Harmonies of #C2B961
Complementary color
Monochromatic Colors of #C2B961
Black with #C2B961
Text Example
Text Example
White with #C2B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B961; }
p { color: rgb(194,185,97); }
H1.HeaderClassName
{
color: #C2B961;
}
.AnyTagClassName
{
color: #C2B961;
}
</style>
background-color css
<style>
a { background-color: #C2B961; }
a { background-color: rgb(194,185,97); }
div.DivClassName
{
background-color: #C2B961;
}
.BgClassName
{
background-color: #C2B961;
}
</style>
border-color css
<style>
span { border-color: #C2B961; }
span { border-color: rgb(194,185,97); }
td.TdClassName
{
border-color: #C2B961;
}
.TagClassName
{
border-color: #C2B961;
}
</style>