Shades of Gimblet #C2B258
Tints of Gimblet #C2B258
RGB
CMYK
RGB Variations
Color information
#C2B258 (or 0xC2B258) is known color: Gimblet. HEX triplet: C2, B2 and 58. RGB value is (194,178,88). Sum of RGB (Red+Green+Blue) = 194+178+88=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B258 is #3D4DA7. Grayscale: #ACACAC. Windows color (decimal): -4017576 or 5812930. OLE color: 5812930.
HSL color Cylindrical-coordinate representation of color #C2B258: hue angle of 50.94º 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 #C2B258 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 88 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.24 |
| HSL | 50.94º | 0.46% | 0.55% | - |
| HSV(B) | 50.94º | 0.55% | 0.76% | - |
| XYZ | 39.93 | 44.01 | 15.62 | - |
| YUV | 172.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 88 | 0 | 0.08 | 0.55 | 0.24 | 50.94 | 0.46 | 0.55 |
| Hex | C2 | B2 | 58 | 0 | 8 | 37 | 18 | 33 | 2E | 37 |
| Octal | 302 | 262 | 130 | 0 | 10 | 67 | 30 | 63 | 56 | 67 |
| Binary | 11000010 | 10110010 | 1011000 | 0 | 1000 | 110111 | 11000 | 110011 | 101110 | 110111 |
Color Harmonies of #C2B258
Complementary color
Monochromatic Colors of #C2B258
Black with #C2B258
Text Example
Text Example
White with #C2B258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B258; }
p { color: rgb(194,178,88); }
H1.HeaderClassName
{
color: #C2B258;
}
.AnyTagClassName
{
color: #C2B258;
}
</style>
background-color css
<style>
a { background-color: #C2B258; }
a { background-color: rgb(194,178,88); }
div.DivClassName
{
background-color: #C2B258;
}
.BgClassName
{
background-color: #C2B258;
}
</style>
border-color css
<style>
span { border-color: #C2B258; }
span { border-color: rgb(194,178,88); }
td.TdClassName
{
border-color: #C2B258;
}
.TagClassName
{
border-color: #C2B258;
}
</style>