Shades of Gimblet #C1B558
Tints of Gimblet #C1B558
RGB
CMYK
RGB Variations
Color information
#C1B558 (or 0xC1B558) is known color: Gimblet. HEX triplet: C1, B5 and 58. RGB value is (193,181,88). Sum of RGB (Red+Green+Blue) = 193+181+88=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B558 is #3E4AA7. Grayscale: #AEAEAE. Windows color (decimal): -4082344 or 5813697. OLE color: 5813697.
HSL color Cylindrical-coordinate representation of color #C1B558: hue angle of 53.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1B558 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 88 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.24 |
| HSL | 53.14º | 0.46% | 0.55% | - |
| HSV(B) | 53.14º | 0.54% | 0.76% | - |
| XYZ | 40.28 | 45.09 | 15.81 | - |
| YUV | 173.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 88 | 0 | 0.06 | 0.54 | 0.24 | 53.14 | 0.46 | 0.55 |
| Hex | C1 | B5 | 58 | 0 | 6 | 36 | 18 | 35 | 2E | 37 |
| Octal | 301 | 265 | 130 | 0 | 6 | 66 | 30 | 65 | 56 | 67 |
| Binary | 11000001 | 10110101 | 1011000 | 0 | 110 | 110110 | 11000 | 110101 | 101110 | 110111 |
Color Harmonies of #C1B558
Complementary color
Monochromatic Colors of #C1B558
Black with #C1B558
Text Example
Text Example
White with #C1B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B558; }
p { color: rgb(193,181,88); }
H1.HeaderClassName
{
color: #C1B558;
}
.AnyTagClassName
{
color: #C1B558;
}
</style>
background-color css
<style>
a { background-color: #C1B558; }
a { background-color: rgb(193,181,88); }
div.DivClassName
{
background-color: #C1B558;
}
.BgClassName
{
background-color: #C1B558;
}
</style>
border-color css
<style>
span { border-color: #C1B558; }
span { border-color: rgb(193,181,88); }
td.TdClassName
{
border-color: #C1B558;
}
.TagClassName
{
border-color: #C1B558;
}
</style>