Shades of Dark Khaki #C2B661
Tints of Dark Khaki #C2B661
RGB
CMYK
RGB Variations
Color information
#C2B661 (or 0xC2B661) is known color: Dark Khaki. HEX triplet: C2, B6 and 61. RGB value is (194,182,97). Sum of RGB (Red+Green+Blue) = 194+182+97=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B661 is #3D499E. Grayscale: #B0B0B0. Windows color (decimal): -4016543 or 6403778. OLE color: 6403778.
HSL color Cylindrical-coordinate representation of color #C2B661: hue angle of 52.58º 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 #C2B661 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 97 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.24 |
| HSL | 52.58º | 0.44% | 0.57% | - |
| HSV(B) | 52.58º | 0.5% | 0.76% | - |
| XYZ | 41.13 | 45.79 | 17.98 | - |
| YUV | 175.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 97 | 0 | 0.06 | 0.50 | 0.24 | 52.58 | 0.44 | 0.57 |
| Hex | C2 | B6 | 61 | 0 | 6 | 32 | 18 | 35 | 2C | 39 |
| Octal | 302 | 266 | 141 | 0 | 6 | 62 | 30 | 65 | 54 | 71 |
| Binary | 11000010 | 10110110 | 1100001 | 0 | 110 | 110010 | 11000 | 110101 | 101100 | 111001 |
Color Harmonies of #C2B661
Complementary color
Monochromatic Colors of #C2B661
Black with #C2B661
Text Example
Text Example
White with #C2B661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B661; }
p { color: rgb(194,182,97); }
H1.HeaderClassName
{
color: #C2B661;
}
.AnyTagClassName
{
color: #C2B661;
}
</style>
background-color css
<style>
a { background-color: #C2B661; }
a { background-color: rgb(194,182,97); }
div.DivClassName
{
background-color: #C2B661;
}
.BgClassName
{
background-color: #C2B661;
}
</style>
border-color css
<style>
span { border-color: #C2B661; }
span { border-color: rgb(194,182,97); }
td.TdClassName
{
border-color: #C2B661;
}
.TagClassName
{
border-color: #C2B661;
}
</style>