Shades of Gimblet #C1B560
Tints of Gimblet #C1B560
RGB
CMYK
RGB Variations
Color information
#C1B560 (or 0xC1B560) is known color: Gimblet. HEX triplet: C1, B5 and 60. RGB value is (193,181,96). Sum of RGB (Red+Green+Blue) = 193+181+96=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B560 is #3E4A9F. Grayscale: #AFAFAF. Windows color (decimal): -4082336 or 6337985. OLE color: 6337985.
HSL color Cylindrical-coordinate representation of color #C1B560: 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 #C1B560 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 96 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.24 |
| HSL | 52.58º | 0.44% | 0.57% | - |
| HSV(B) | 52.58º | 0.5% | 0.76% | - |
| XYZ | 40.63 | 45.23 | 17.66 | - |
| YUV | 174.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 96 | 0 | 0.06 | 0.50 | 0.24 | 52.58 | 0.44 | 0.57 |
| Hex | C1 | B5 | 60 | 0 | 6 | 32 | 18 | 35 | 2C | 39 |
| Octal | 301 | 265 | 140 | 0 | 6 | 62 | 30 | 65 | 54 | 71 |
| Binary | 11000001 | 10110101 | 1100000 | 0 | 110 | 110010 | 11000 | 110101 | 101100 | 111001 |
Color Harmonies of #C1B560
Complementary color
Monochromatic Colors of #C1B560
Black with #C1B560
Text Example
Text Example
White with #C1B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B560; }
p { color: rgb(193,181,96); }
H1.HeaderClassName
{
color: #C1B560;
}
.AnyTagClassName
{
color: #C1B560;
}
</style>
background-color css
<style>
a { background-color: #C1B560; }
a { background-color: rgb(193,181,96); }
div.DivClassName
{
background-color: #C1B560;
}
.BgClassName
{
background-color: #C1B560;
}
</style>
border-color css
<style>
span { border-color: #C1B560; }
span { border-color: rgb(193,181,96); }
td.TdClassName
{
border-color: #C1B560;
}
.TagClassName
{
border-color: #C1B560;
}
</style>