Shades of Gimblet #C2B457
Tints of Gimblet #C2B457
RGB
CMYK
RGB Variations
Color information
#C2B457 (or 0xC2B457) is known color: Gimblet. HEX triplet: C2, B4 and 57. RGB value is (194,180,87). Sum of RGB (Red+Green+Blue) = 194+180+87=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B457 is #3D4BA8. Grayscale: #ADADAD. Windows color (decimal): -4017065 or 5747906. OLE color: 5747906.
HSL color Cylindrical-coordinate representation of color #C2B457: hue angle of 52.15º degrees, saturation: 0.47, 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 #C2B457 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 87 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.24 |
| HSL | 52.15º | 0.47% | 0.55% | - |
| HSV(B) | 52.15º | 0.55% | 0.76% | - |
| XYZ | 40.29 | 44.8 | 15.54 | - |
| YUV | 173.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 87 | 0 | 0.07 | 0.55 | 0.24 | 52.15 | 0.47 | 0.55 |
| Hex | C2 | B4 | 57 | 0 | 7 | 37 | 18 | 34 | 2F | 37 |
| Octal | 302 | 264 | 127 | 0 | 7 | 67 | 30 | 64 | 57 | 67 |
| Binary | 11000010 | 10110100 | 1010111 | 0 | 111 | 110111 | 11000 | 110100 | 101111 | 110111 |
Color Harmonies of #C2B457
Complementary color
Monochromatic Colors of #C2B457
Black with #C2B457
Text Example
Text Example
White with #C2B457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B457; }
p { color: rgb(194,180,87); }
H1.HeaderClassName
{
color: #C2B457;
}
.AnyTagClassName
{
color: #C2B457;
}
</style>
background-color css
<style>
a { background-color: #C2B457; }
a { background-color: rgb(194,180,87); }
div.DivClassName
{
background-color: #C2B457;
}
.BgClassName
{
background-color: #C2B457;
}
</style>
border-color css
<style>
span { border-color: #C2B457; }
span { border-color: rgb(194,180,87); }
td.TdClassName
{
border-color: #C2B457;
}
.TagClassName
{
border-color: #C2B457;
}
</style>