Shades of Gimblet #C3B759
Tints of Gimblet #C3B759
RGB
CMYK
RGB Variations
Color information
#C3B759 (or 0xC3B759) is known color: Gimblet. HEX triplet: C3, B7 and 59. RGB value is (195,183,89). Sum of RGB (Red+Green+Blue) = 195+183+89=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B759 is #3C48A6. Grayscale: #B0B0B0. Windows color (decimal): -3950759 or 5879747. OLE color: 5879747.
HSL color Cylindrical-coordinate representation of color #C3B759: hue angle of 53.21º degrees, saturation: 0.47, 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 #C3B759 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 89 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.24 |
| HSL | 53.21º | 0.47% | 0.56% | - |
| HSV(B) | 53.21º | 0.54% | 0.76% | - |
| XYZ | 41.24 | 46.19 | 16.19 | - |
| YUV | 175.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 89 | 0 | 0.06 | 0.54 | 0.24 | 53.21 | 0.47 | 0.56 |
| Hex | C3 | B7 | 59 | 0 | 6 | 36 | 18 | 35 | 2F | 38 |
| Octal | 303 | 267 | 131 | 0 | 6 | 66 | 30 | 65 | 57 | 70 |
| Binary | 11000011 | 10110111 | 1011001 | 0 | 110 | 110110 | 11000 | 110101 | 101111 | 111000 |
Color Harmonies of #C3B759
Complementary color
Monochromatic Colors of #C3B759
Black with #C3B759
Text Example
Text Example
White with #C3B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B759; }
p { color: rgb(195,183,89); }
H1.HeaderClassName
{
color: #C3B759;
}
.AnyTagClassName
{
color: #C3B759;
}
</style>
background-color css
<style>
a { background-color: #C3B759; }
a { background-color: rgb(195,183,89); }
div.DivClassName
{
background-color: #C3B759;
}
.BgClassName
{
background-color: #C3B759;
}
</style>
border-color css
<style>
span { border-color: #C3B759; }
span { border-color: rgb(195,183,89); }
td.TdClassName
{
border-color: #C3B759;
}
.TagClassName
{
border-color: #C3B759;
}
</style>