Shades of Gimblet #C2B75C
Tints of Gimblet #C2B75C
RGB
CMYK
RGB Variations
Color information
#C2B75C (or 0xC2B75C) is known color: Gimblet. HEX triplet: C2, B7 and 5C. RGB value is (194,183,92). Sum of RGB (Red+Green+Blue) = 194+183+92=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B75C is #3D48A3. Grayscale: #B0B0B0. Windows color (decimal): -4016292 or 6076354. OLE color: 6076354.
HSL color Cylindrical-coordinate representation of color #C2B75C: hue angle of 53.53º 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 #C2B75C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 92 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.24 |
| HSL | 53.53º | 0.46% | 0.56% | - |
| HSV(B) | 53.53º | 0.53% | 0.76% | - |
| XYZ | 41.11 | 46.11 | 16.86 | - |
| YUV | 175.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 92 | 0 | 0.06 | 0.53 | 0.24 | 53.53 | 0.46 | 0.56 |
| Hex | C2 | B7 | 5C | 0 | 6 | 35 | 18 | 36 | 2E | 38 |
| Octal | 302 | 267 | 134 | 0 | 6 | 65 | 30 | 66 | 56 | 70 |
| Binary | 11000010 | 10110111 | 1011100 | 0 | 110 | 110101 | 11000 | 110110 | 101110 | 111000 |
Color Harmonies of #C2B75C
Complementary color
Monochromatic Colors of #C2B75C
Black with #C2B75C
Text Example
Text Example
White with #C2B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B75C; }
p { color: rgb(194,183,92); }
H1.HeaderClassName
{
color: #C2B75C;
}
.AnyTagClassName
{
color: #C2B75C;
}
</style>
background-color css
<style>
a { background-color: #C2B75C; }
a { background-color: rgb(194,183,92); }
div.DivClassName
{
background-color: #C2B75C;
}
.BgClassName
{
background-color: #C2B75C;
}
</style>
border-color css
<style>
span { border-color: #C2B75C; }
span { border-color: rgb(194,183,92); }
td.TdClassName
{
border-color: #C2B75C;
}
.TagClassName
{
border-color: #C2B75C;
}
</style>