Shades of Gimblet #C2B55A
Tints of Gimblet #C2B55A
RGB
CMYK
RGB Variations
Color information
#C2B55A (or 0xC2B55A) is known color: Gimblet. HEX triplet: C2, B5 and 5A. RGB value is (194,181,90). Sum of RGB (Red+Green+Blue) = 194+181+90=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B55A is #3D4AA5. Grayscale: #AEAEAE. Windows color (decimal): -4016806 or 5944770. OLE color: 5944770.
HSL color Cylindrical-coordinate representation of color #C2B55A: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2B55A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 90 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.24 |
| HSL | 52.5º | 0.46% | 0.56% | - |
| HSV(B) | 52.5º | 0.54% | 0.76% | - |
| XYZ | 40.62 | 45.26 | 16.27 | - |
| YUV | 174.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 90 | 0 | 0.07 | 0.54 | 0.24 | 52.5 | 0.46 | 0.56 |
| Hex | C2 | B5 | 5A | 0 | 7 | 36 | 18 | 34 | 2E | 38 |
| Octal | 302 | 265 | 132 | 0 | 7 | 66 | 30 | 64 | 56 | 70 |
| Binary | 11000010 | 10110101 | 1011010 | 0 | 111 | 110110 | 11000 | 110100 | 101110 | 111000 |
Color Harmonies of #C2B55A
Complementary color
Monochromatic Colors of #C2B55A
Black with #C2B55A
Text Example
Text Example
White with #C2B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B55A; }
p { color: rgb(194,181,90); }
H1.HeaderClassName
{
color: #C2B55A;
}
.AnyTagClassName
{
color: #C2B55A;
}
</style>
background-color css
<style>
a { background-color: #C2B55A; }
a { background-color: rgb(194,181,90); }
div.DivClassName
{
background-color: #C2B55A;
}
.BgClassName
{
background-color: #C2B55A;
}
</style>
border-color css
<style>
span { border-color: #C2B55A; }
span { border-color: rgb(194,181,90); }
td.TdClassName
{
border-color: #C2B55A;
}
.TagClassName
{
border-color: #C2B55A;
}
</style>