Shades of Gimblet #C2B460
Tints of Gimblet #C2B460
RGB
CMYK
RGB Variations
Color information
#C2B460 (or 0xC2B460) is known color: Gimblet. HEX triplet: C2, B4 and 60. RGB value is (194,180,96). Sum of RGB (Red+Green+Blue) = 194+180+96=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B460 is #3D4B9F. Grayscale: #AEAEAE. Windows color (decimal): -4017056 or 6337730. OLE color: 6337730.
HSL color Cylindrical-coordinate representation of color #C2B460: hue angle of 51.43º 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 #C2B460 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 96 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.24 |
| HSL | 51.43º | 0.45% | 0.57% | - |
| HSV(B) | 51.43º | 0.51% | 0.76% | - |
| XYZ | 40.68 | 44.96 | 17.6 | - |
| YUV | 174.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 96 | 0 | 0.07 | 0.51 | 0.24 | 51.43 | 0.45 | 0.57 |
| Hex | C2 | B4 | 60 | 0 | 7 | 33 | 18 | 33 | 2D | 39 |
| Octal | 302 | 264 | 140 | 0 | 7 | 63 | 30 | 63 | 55 | 71 |
| Binary | 11000010 | 10110100 | 1100000 | 0 | 111 | 110011 | 11000 | 110011 | 101101 | 111001 |
Color Harmonies of #C2B460
Complementary color
Monochromatic Colors of #C2B460
Black with #C2B460
Text Example
Text Example
White with #C2B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B460; }
p { color: rgb(194,180,96); }
H1.HeaderClassName
{
color: #C2B460;
}
.AnyTagClassName
{
color: #C2B460;
}
</style>
background-color css
<style>
a { background-color: #C2B460; }
a { background-color: rgb(194,180,96); }
div.DivClassName
{
background-color: #C2B460;
}
.BgClassName
{
background-color: #C2B460;
}
</style>
border-color css
<style>
span { border-color: #C2B460; }
span { border-color: rgb(194,180,96); }
td.TdClassName
{
border-color: #C2B460;
}
.TagClassName
{
border-color: #C2B460;
}
</style>