Shades of Gimblet #C2B260
Tints of Gimblet #C2B260
RGB
CMYK
RGB Variations
Color information
#C2B260 (or 0xC2B260) is known color: Gimblet. HEX triplet: C2, B2 and 60. RGB value is (194,178,96). Sum of RGB (Red+Green+Blue) = 194+178+96=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B260 is #3D4D9F. Grayscale: #ADADAD. Windows color (decimal): -4017568 or 6337218. OLE color: 6337218.
HSL color Cylindrical-coordinate representation of color #C2B260: hue angle of 50.2º 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 #C2B260 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 96 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.24 |
| HSL | 50.2º | 0.45% | 0.57% | - |
| HSV(B) | 50.2º | 0.51% | 0.76% | - |
| XYZ | 40.28 | 44.15 | 17.47 | - |
| YUV | 173.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 96 | 0 | 0.08 | 0.51 | 0.24 | 50.2 | 0.45 | 0.57 |
| Hex | C2 | B2 | 60 | 0 | 8 | 33 | 18 | 32 | 2D | 39 |
| Octal | 302 | 262 | 140 | 0 | 10 | 63 | 30 | 62 | 55 | 71 |
| Binary | 11000010 | 10110010 | 1100000 | 0 | 1000 | 110011 | 11000 | 110010 | 101101 | 111001 |
Color Harmonies of #C2B260
Complementary color
Monochromatic Colors of #C2B260
Black with #C2B260
Text Example
Text Example
White with #C2B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B260; }
p { color: rgb(194,178,96); }
H1.HeaderClassName
{
color: #C2B260;
}
.AnyTagClassName
{
color: #C2B260;
}
</style>
background-color css
<style>
a { background-color: #C2B260; }
a { background-color: rgb(194,178,96); }
div.DivClassName
{
background-color: #C2B260;
}
.BgClassName
{
background-color: #C2B260;
}
</style>
border-color css
<style>
span { border-color: #C2B260; }
span { border-color: rgb(194,178,96); }
td.TdClassName
{
border-color: #C2B260;
}
.TagClassName
{
border-color: #C2B260;
}
</style>