Shades of Gimblet #C2B55E
Tints of Gimblet #C2B55E
RGB
CMYK
RGB Variations
Color information
#C2B55E (or 0xC2B55E) is known color: Gimblet. HEX triplet: C2, B5 and 5E. RGB value is (194,181,94). Sum of RGB (Red+Green+Blue) = 194+181+94=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B55E is #3D4AA1. Grayscale: #AFAFAF. Windows color (decimal): -4016802 or 6206914. OLE color: 6206914.
HSL color Cylindrical-coordinate representation of color #C2B55E: hue angle of 52.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2B55E is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 94 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.24 |
| HSL | 52.2º | 0.45% | 0.56% | - |
| HSV(B) | 52.2º | 0.52% | 0.76% | - |
| XYZ | 40.79 | 45.33 | 17.19 | - |
| YUV | 174.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 94 | 0 | 0.07 | 0.52 | 0.24 | 52.2 | 0.45 | 0.56 |
| Hex | C2 | B5 | 5E | 0 | 7 | 34 | 18 | 34 | 2D | 38 |
| Octal | 302 | 265 | 136 | 0 | 7 | 64 | 30 | 64 | 55 | 70 |
| Binary | 11000010 | 10110101 | 1011110 | 0 | 111 | 110100 | 11000 | 110100 | 101101 | 111000 |
Color Harmonies of #C2B55E
Complementary color
Monochromatic Colors of #C2B55E
Black with #C2B55E
Text Example
Text Example
White with #C2B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B55E; }
p { color: rgb(194,181,94); }
H1.HeaderClassName
{
color: #C2B55E;
}
.AnyTagClassName
{
color: #C2B55E;
}
</style>
background-color css
<style>
a { background-color: #C2B55E; }
a { background-color: rgb(194,181,94); }
div.DivClassName
{
background-color: #C2B55E;
}
.BgClassName
{
background-color: #C2B55E;
}
</style>
border-color css
<style>
span { border-color: #C2B55E; }
span { border-color: rgb(194,181,94); }
td.TdClassName
{
border-color: #C2B55E;
}
.TagClassName
{
border-color: #C2B55E;
}
</style>