Shades of Gimblet #C5B45E
Tints of Gimblet #C5B45E
RGB
CMYK
RGB Variations
Color information
#C5B45E (or 0xC5B45E) is known color: Gimblet. HEX triplet: C5, B4 and 5E. RGB value is (197,180,94). Sum of RGB (Red+Green+Blue) = 197+180+94=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B45E is #3A4BA1. Grayscale: #AFAFAF. Windows color (decimal): -3820450 or 6206661. OLE color: 6206661.
HSL color Cylindrical-coordinate representation of color #C5B45E: hue angle of 50.1º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5B45E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 94 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.23 |
| HSL | 50.1º | 0.47% | 0.57% | - |
| HSV(B) | 50.1º | 0.52% | 0.77% | - |
| XYZ | 41.37 | 45.32 | 17.16 | - |
| YUV | 175.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 94 | 0 | 0.09 | 0.52 | 0.23 | 50.1 | 0.47 | 0.57 |
| Hex | C5 | B4 | 5E | 0 | 9 | 34 | 17 | 32 | 2F | 39 |
| Octal | 305 | 264 | 136 | 0 | 11 | 64 | 27 | 62 | 57 | 71 |
| Binary | 11000101 | 10110100 | 1011110 | 0 | 1001 | 110100 | 10111 | 110010 | 101111 | 111001 |
Color Harmonies of #C5B45E
Complementary color
Monochromatic Colors of #C5B45E
Black with #C5B45E
Text Example
Text Example
White with #C5B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B45E; }
p { color: rgb(197,180,94); }
H1.HeaderClassName
{
color: #C5B45E;
}
.AnyTagClassName
{
color: #C5B45E;
}
</style>
background-color css
<style>
a { background-color: #C5B45E; }
a { background-color: rgb(197,180,94); }
div.DivClassName
{
background-color: #C5B45E;
}
.BgClassName
{
background-color: #C5B45E;
}
</style>
border-color css
<style>
span { border-color: #C5B45E; }
span { border-color: rgb(197,180,94); }
td.TdClassName
{
border-color: #C5B45E;
}
.TagClassName
{
border-color: #C5B45E;
}
</style>