Shades of Gimblet #C2B75A
Tints of Gimblet #C2B75A
RGB
CMYK
RGB Variations
Color information
#C2B75A (or 0xC2B75A) is known color: Gimblet. HEX triplet: C2, B7 and 5A. RGB value is (194,183,90). Sum of RGB (Red+Green+Blue) = 194+183+90=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B75A is #3D48A5. Grayscale: #B0B0B0. Windows color (decimal): -4016294 or 5945282. OLE color: 5945282.
HSL color Cylindrical-coordinate representation of color #C2B75A: hue angle of 53.65º 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 #C2B75A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 90 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.24 |
| HSL | 53.65º | 0.46% | 0.56% | - |
| HSV(B) | 53.65º | 0.54% | 0.76% | - |
| XYZ | 41.03 | 46.07 | 16.4 | - |
| YUV | 175.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 90 | 0 | 0.06 | 0.54 | 0.24 | 53.65 | 0.46 | 0.56 |
| Hex | C2 | B7 | 5A | 0 | 6 | 36 | 18 | 36 | 2E | 38 |
| Octal | 302 | 267 | 132 | 0 | 6 | 66 | 30 | 66 | 56 | 70 |
| Binary | 11000010 | 10110111 | 1011010 | 0 | 110 | 110110 | 11000 | 110110 | 101110 | 111000 |
Color Harmonies of #C2B75A
Complementary color
Monochromatic Colors of #C2B75A
Black with #C2B75A
Text Example
Text Example
White with #C2B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B75A; }
p { color: rgb(194,183,90); }
H1.HeaderClassName
{
color: #C2B75A;
}
.AnyTagClassName
{
color: #C2B75A;
}
</style>
background-color css
<style>
a { background-color: #C2B75A; }
a { background-color: rgb(194,183,90); }
div.DivClassName
{
background-color: #C2B75A;
}
.BgClassName
{
background-color: #C2B75A;
}
</style>
border-color css
<style>
span { border-color: #C2B75A; }
span { border-color: rgb(194,183,90); }
td.TdClassName
{
border-color: #C2B75A;
}
.TagClassName
{
border-color: #C2B75A;
}
</style>