Shades of Gimblet #C4B45E
Tints of Gimblet #C4B45E
RGB
CMYK
RGB Variations
Color information
#C4B45E (or 0xC4B45E) is known color: Gimblet. HEX triplet: C4, B4 and 5E. RGB value is (196,180,94). Sum of RGB (Red+Green+Blue) = 196+180+94=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B45E is #3B4BA1. Grayscale: #AFAFAF. Windows color (decimal): -3885986 or 6206660. OLE color: 6206660.
HSL color Cylindrical-coordinate representation of color #C4B45E: hue angle of 50.59º 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 #C4B45E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 94 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.23 |
| HSL | 50.59º | 0.46% | 0.57% | - |
| HSV(B) | 50.59º | 0.52% | 0.77% | - |
| XYZ | 41.11 | 45.19 | 17.14 | - |
| YUV | 174.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 94 | 0 | 0.08 | 0.52 | 0.23 | 50.59 | 0.46 | 0.57 |
| Hex | C4 | B4 | 5E | 0 | 8 | 34 | 17 | 33 | 2E | 39 |
| Octal | 304 | 264 | 136 | 0 | 10 | 64 | 27 | 63 | 56 | 71 |
| Binary | 11000100 | 10110100 | 1011110 | 0 | 1000 | 110100 | 10111 | 110011 | 101110 | 111001 |
Color Harmonies of #C4B45E
Complementary color
Monochromatic Colors of #C4B45E
Black with #C4B45E
Text Example
Text Example
White with #C4B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B45E; }
p { color: rgb(196,180,94); }
H1.HeaderClassName
{
color: #C4B45E;
}
.AnyTagClassName
{
color: #C4B45E;
}
</style>
background-color css
<style>
a { background-color: #C4B45E; }
a { background-color: rgb(196,180,94); }
div.DivClassName
{
background-color: #C4B45E;
}
.BgClassName
{
background-color: #C4B45E;
}
</style>
border-color css
<style>
span { border-color: #C4B45E; }
span { border-color: rgb(196,180,94); }
td.TdClassName
{
border-color: #C4B45E;
}
.TagClassName
{
border-color: #C4B45E;
}
</style>