Shades of Gimblet #C2B75D
Tints of Gimblet #C2B75D
RGB
CMYK
RGB Variations
Color information
#C2B75D (or 0xC2B75D) is known color: Gimblet. HEX triplet: C2, B7 and 5D. RGB value is (194,183,93). Sum of RGB (Red+Green+Blue) = 194+183+93=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B75D is #3D48A2. Grayscale: #B0B0B0. Windows color (decimal): -4016291 or 6141890. OLE color: 6141890.
HSL color Cylindrical-coordinate representation of color #C2B75D: hue angle of 53.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2B75D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 93 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.24 |
| HSL | 53.47º | 0.45% | 0.56% | - |
| HSV(B) | 53.47º | 0.52% | 0.76% | - |
| XYZ | 41.16 | 46.13 | 17.09 | - |
| YUV | 176.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 93 | 0 | 0.06 | 0.52 | 0.24 | 53.47 | 0.45 | 0.56 |
| Hex | C2 | B7 | 5D | 0 | 6 | 34 | 18 | 35 | 2D | 38 |
| Octal | 302 | 267 | 135 | 0 | 6 | 64 | 30 | 65 | 55 | 70 |
| Binary | 11000010 | 10110111 | 1011101 | 0 | 110 | 110100 | 11000 | 110101 | 101101 | 111000 |
Color Harmonies of #C2B75D
Complementary color
Monochromatic Colors of #C2B75D
Black with #C2B75D
Text Example
Text Example
White with #C2B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B75D; }
p { color: rgb(194,183,93); }
H1.HeaderClassName
{
color: #C2B75D;
}
.AnyTagClassName
{
color: #C2B75D;
}
</style>
background-color css
<style>
a { background-color: #C2B75D; }
a { background-color: rgb(194,183,93); }
div.DivClassName
{
background-color: #C2B75D;
}
.BgClassName
{
background-color: #C2B75D;
}
</style>
border-color css
<style>
span { border-color: #C2B75D; }
span { border-color: rgb(194,183,93); }
td.TdClassName
{
border-color: #C2B75D;
}
.TagClassName
{
border-color: #C2B75D;
}
</style>