Shades of Gimblet #C2B160
Tints of Gimblet #C2B160
RGB
CMYK
RGB Variations
Color information
#C2B160 (or 0xC2B160) is known color: Gimblet. HEX triplet: C2, B1 and 60. RGB value is (194,177,96). Sum of RGB (Red+Green+Blue) = 194+177+96=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B160 is #3D4E9F. Grayscale: #ADADAD. Windows color (decimal): -4017824 or 6336962. OLE color: 6336962.
HSL color Cylindrical-coordinate representation of color #C2B160: hue angle of 49.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B160 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 96 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.24 |
| HSL | 49.59º | 0.45% | 0.57% | - |
| HSV(B) | 49.59º | 0.51% | 0.76% | - |
| XYZ | 40.08 | 43.76 | 17.4 | - |
| YUV | 172.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 96 | 0 | 0.09 | 0.51 | 0.24 | 49.59 | 0.45 | 0.57 |
| Hex | C2 | B1 | 60 | 0 | 9 | 33 | 18 | 32 | 2D | 39 |
| Octal | 302 | 261 | 140 | 0 | 11 | 63 | 30 | 62 | 55 | 71 |
| Binary | 11000010 | 10110001 | 1100000 | 0 | 1001 | 110011 | 11000 | 110010 | 101101 | 111001 |
Color Harmonies of #C2B160
Complementary color
Monochromatic Colors of #C2B160
Black with #C2B160
Text Example
Text Example
White with #C2B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B160; }
p { color: rgb(194,177,96); }
H1.HeaderClassName
{
color: #C2B160;
}
.AnyTagClassName
{
color: #C2B160;
}
</style>
background-color css
<style>
a { background-color: #C2B160; }
a { background-color: rgb(194,177,96); }
div.DivClassName
{
background-color: #C2B160;
}
.BgClassName
{
background-color: #C2B160;
}
</style>
border-color css
<style>
span { border-color: #C2B160; }
span { border-color: rgb(194,177,96); }
td.TdClassName
{
border-color: #C2B160;
}
.TagClassName
{
border-color: #C2B160;
}
</style>