Shades of Gimblet #C2B558
Tints of Gimblet #C2B558
RGB
CMYK
RGB Variations
Color information
#C2B558 (or 0xC2B558) is known color: Gimblet. HEX triplet: C2, B5 and 58. RGB value is (194,181,88). Sum of RGB (Red+Green+Blue) = 194+181+88=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B558 is #3D4AA7. Grayscale: #AEAEAE. Windows color (decimal): -4016808 or 5813698. OLE color: 5813698.
HSL color Cylindrical-coordinate representation of color #C2B558: hue angle of 52.64º 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 #C2B558 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 88 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.24 |
| HSL | 52.64º | 0.46% | 0.55% | - |
| HSV(B) | 52.64º | 0.55% | 0.76% | - |
| XYZ | 40.53 | 45.22 | 15.82 | - |
| YUV | 174.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 88 | 0 | 0.07 | 0.55 | 0.24 | 52.64 | 0.46 | 0.55 |
| Hex | C2 | B5 | 58 | 0 | 7 | 37 | 18 | 35 | 2E | 37 |
| Octal | 302 | 265 | 130 | 0 | 7 | 67 | 30 | 65 | 56 | 67 |
| Binary | 11000010 | 10110101 | 1011000 | 0 | 111 | 110111 | 11000 | 110101 | 101110 | 110111 |
Color Harmonies of #C2B558
Complementary color
Monochromatic Colors of #C2B558
Black with #C2B558
Text Example
Text Example
White with #C2B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B558; }
p { color: rgb(194,181,88); }
H1.HeaderClassName
{
color: #C2B558;
}
.AnyTagClassName
{
color: #C2B558;
}
</style>
background-color css
<style>
a { background-color: #C2B558; }
a { background-color: rgb(194,181,88); }
div.DivClassName
{
background-color: #C2B558;
}
.BgClassName
{
background-color: #C2B558;
}
</style>
border-color css
<style>
span { border-color: #C2B558; }
span { border-color: rgb(194,181,88); }
td.TdClassName
{
border-color: #C2B558;
}
.TagClassName
{
border-color: #C2B558;
}
</style>