Shades of Gimblet #C2B45B
Tints of Gimblet #C2B45B
RGB
CMYK
RGB Variations
Color information
#C2B45B (or 0xC2B45B) is known color: Gimblet. HEX triplet: C2, B4 and 5B. RGB value is (194,180,91). Sum of RGB (Red+Green+Blue) = 194+180+91=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B45B is #3D4BA4. Grayscale: #AEAEAE. Windows color (decimal): -4017061 or 6010050. OLE color: 6010050.
HSL color Cylindrical-coordinate representation of color #C2B45B: hue angle of 51.84º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2B45B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 91 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.24 |
| HSL | 51.84º | 0.46% | 0.56% | - |
| HSV(B) | 51.84º | 0.53% | 0.76% | - |
| XYZ | 40.46 | 44.87 | 16.43 | - |
| YUV | 174.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 91 | 0 | 0.07 | 0.53 | 0.24 | 51.84 | 0.46 | 0.56 |
| Hex | C2 | B4 | 5B | 0 | 7 | 35 | 18 | 34 | 2E | 38 |
| Octal | 302 | 264 | 133 | 0 | 7 | 65 | 30 | 64 | 56 | 70 |
| Binary | 11000010 | 10110100 | 1011011 | 0 | 111 | 110101 | 11000 | 110100 | 101110 | 111000 |
Color Harmonies of #C2B45B
Complementary color
Monochromatic Colors of #C2B45B
Black with #C2B45B
Text Example
Text Example
White with #C2B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B45B; }
p { color: rgb(194,180,91); }
H1.HeaderClassName
{
color: #C2B45B;
}
.AnyTagClassName
{
color: #C2B45B;
}
</style>
background-color css
<style>
a { background-color: #C2B45B; }
a { background-color: rgb(194,180,91); }
div.DivClassName
{
background-color: #C2B45B;
}
.BgClassName
{
background-color: #C2B45B;
}
</style>
border-color css
<style>
span { border-color: #C2B45B; }
span { border-color: rgb(194,180,91); }
td.TdClassName
{
border-color: #C2B45B;
}
.TagClassName
{
border-color: #C2B45B;
}
</style>