Shades of Gimblet #C4B55E
Tints of Gimblet #C4B55E
RGB
CMYK
RGB Variations
Color information
#C4B55E (or 0xC4B55E) is known color: Gimblet. HEX triplet: C4, B5 and 5E. RGB value is (196,181,94). Sum of RGB (Red+Green+Blue) = 196+181+94=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B55E is #3B4AA1. Grayscale: #AFAFAF. Windows color (decimal): -3885730 or 6206916. OLE color: 6206916.
HSL color Cylindrical-coordinate representation of color #C4B55E: hue angle of 51.18º degrees, saturation: 0.46, 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 #C4B55E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 94 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.23 |
| HSL | 51.18º | 0.46% | 0.57% | - |
| HSV(B) | 51.18º | 0.52% | 0.77% | - |
| XYZ | 41.31 | 45.59 | 17.21 | - |
| YUV | 175.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 94 | 0 | 0.08 | 0.52 | 0.23 | 51.18 | 0.46 | 0.57 |
| Hex | C4 | B5 | 5E | 0 | 8 | 34 | 17 | 33 | 2E | 39 |
| Octal | 304 | 265 | 136 | 0 | 10 | 64 | 27 | 63 | 56 | 71 |
| Binary | 11000100 | 10110101 | 1011110 | 0 | 1000 | 110100 | 10111 | 110011 | 101110 | 111001 |
Color Harmonies of #C4B55E
Complementary color
Monochromatic Colors of #C4B55E
Black with #C4B55E
Text Example
Text Example
White with #C4B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B55E; }
p { color: rgb(196,181,94); }
H1.HeaderClassName
{
color: #C4B55E;
}
.AnyTagClassName
{
color: #C4B55E;
}
</style>
background-color css
<style>
a { background-color: #C4B55E; }
a { background-color: rgb(196,181,94); }
div.DivClassName
{
background-color: #C4B55E;
}
.BgClassName
{
background-color: #C4B55E;
}
</style>
border-color css
<style>
span { border-color: #C4B55E; }
span { border-color: rgb(196,181,94); }
td.TdClassName
{
border-color: #C4B55E;
}
.TagClassName
{
border-color: #C4B55E;
}
</style>