Shades of Gimblet #C1B356
Tints of Gimblet #C1B356
RGB
CMYK
RGB Variations
Color information
#C1B356 (or 0xC1B356) is known color: Gimblet. HEX triplet: C1, B3 and 56. RGB value is (193,179,86). Sum of RGB (Red+Green+Blue) = 193+179+86=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B356 is #3E4CA9. Grayscale: #ACACAC. Windows color (decimal): -4082858 or 5682113. OLE color: 5682113.
HSL color Cylindrical-coordinate representation of color #C1B356: hue angle of 52.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1B356 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 86 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.24 |
| HSL | 52.15º | 0.46% | 0.55% | - |
| HSV(B) | 52.15º | 0.55% | 0.76% | - |
| XYZ | 39.79 | 44.25 | 15.25 | - |
| YUV | 172.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 86 | 0 | 0.07 | 0.55 | 0.24 | 52.15 | 0.46 | 0.55 |
| Hex | C1 | B3 | 56 | 0 | 7 | 37 | 18 | 34 | 2E | 37 |
| Octal | 301 | 263 | 126 | 0 | 7 | 67 | 30 | 64 | 56 | 67 |
| Binary | 11000001 | 10110011 | 1010110 | 0 | 111 | 110111 | 11000 | 110100 | 101110 | 110111 |
Color Harmonies of #C1B356
Complementary color
Monochromatic Colors of #C1B356
Black with #C1B356
Text Example
Text Example
White with #C1B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B356; }
p { color: rgb(193,179,86); }
H1.HeaderClassName
{
color: #C1B356;
}
.AnyTagClassName
{
color: #C1B356;
}
</style>
background-color css
<style>
a { background-color: #C1B356; }
a { background-color: rgb(193,179,86); }
div.DivClassName
{
background-color: #C1B356;
}
.BgClassName
{
background-color: #C1B356;
}
</style>
border-color css
<style>
span { border-color: #C1B356; }
span { border-color: rgb(193,179,86); }
td.TdClassName
{
border-color: #C1B356;
}
.TagClassName
{
border-color: #C1B356;
}
</style>