Shades of Dark Khaki #C2B761
Tints of Dark Khaki #C2B761
RGB
CMYK
RGB Variations
Color information
#C2B761 (or 0xC2B761) is known color: Dark Khaki. HEX triplet: C2, B7 and 61. RGB value is (194,183,97). Sum of RGB (Red+Green+Blue) = 194+183+97=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B761 is #3D489E. Grayscale: #B0B0B0. Windows color (decimal): -4016287 or 6404034. OLE color: 6404034.
HSL color Cylindrical-coordinate representation of color #C2B761: hue angle of 53.2º 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 #C2B761 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 97 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.24 |
| HSL | 53.2º | 0.44% | 0.57% | - |
| HSV(B) | 53.2º | 0.5% | 0.76% | - |
| XYZ | 41.34 | 46.2 | 18.05 | - |
| YUV | 176.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 97 | 0 | 0.06 | 0.50 | 0.24 | 53.2 | 0.44 | 0.57 |
| Hex | C2 | B7 | 61 | 0 | 6 | 32 | 18 | 35 | 2C | 39 |
| Octal | 302 | 267 | 141 | 0 | 6 | 62 | 30 | 65 | 54 | 71 |
| Binary | 11000010 | 10110111 | 1100001 | 0 | 110 | 110010 | 11000 | 110101 | 101100 | 111001 |
Color Harmonies of #C2B761
Complementary color
Monochromatic Colors of #C2B761
Black with #C2B761
Text Example
Text Example
White with #C2B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B761; }
p { color: rgb(194,183,97); }
H1.HeaderClassName
{
color: #C2B761;
}
.AnyTagClassName
{
color: #C2B761;
}
</style>
background-color css
<style>
a { background-color: #C2B761; }
a { background-color: rgb(194,183,97); }
div.DivClassName
{
background-color: #C2B761;
}
.BgClassName
{
background-color: #C2B761;
}
</style>
border-color css
<style>
span { border-color: #C2B761; }
span { border-color: rgb(194,183,97); }
td.TdClassName
{
border-color: #C2B761;
}
.TagClassName
{
border-color: #C2B761;
}
</style>