Shades of Gimblet #C4B55D
Tints of Gimblet #C4B55D
RGB
CMYK
RGB Variations
Color information
#C4B55D (or 0xC4B55D) is known color: Gimblet. HEX triplet: C4, B5 and 5D. RGB value is (196,181,93). Sum of RGB (Red+Green+Blue) = 196+181+93=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B55D is #3B4AA2. Grayscale: #AFAFAF. Windows color (decimal): -3885731 or 6141380. OLE color: 6141380.
HSL color Cylindrical-coordinate representation of color #C4B55D: hue angle of 51.26º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4B55D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 93 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.23 |
| HSL | 51.26º | 0.47% | 0.57% | - |
| HSV(B) | 51.26º | 0.53% | 0.77% | - |
| XYZ | 41.26 | 45.57 | 16.98 | - |
| YUV | 175.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 93 | 0 | 0.08 | 0.53 | 0.23 | 51.26 | 0.47 | 0.57 |
| Hex | C4 | B5 | 5D | 0 | 8 | 35 | 17 | 33 | 2F | 39 |
| Octal | 304 | 265 | 135 | 0 | 10 | 65 | 27 | 63 | 57 | 71 |
| Binary | 11000100 | 10110101 | 1011101 | 0 | 1000 | 110101 | 10111 | 110011 | 101111 | 111001 |
Color Harmonies of #C4B55D
Complementary color
Monochromatic Colors of #C4B55D
Black with #C4B55D
Text Example
Text Example
White with #C4B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B55D; }
p { color: rgb(196,181,93); }
H1.HeaderClassName
{
color: #C4B55D;
}
.AnyTagClassName
{
color: #C4B55D;
}
</style>
background-color css
<style>
a { background-color: #C4B55D; }
a { background-color: rgb(196,181,93); }
div.DivClassName
{
background-color: #C4B55D;
}
.BgClassName
{
background-color: #C4B55D;
}
</style>
border-color css
<style>
span { border-color: #C4B55D; }
span { border-color: rgb(196,181,93); }
td.TdClassName
{
border-color: #C4B55D;
}
.TagClassName
{
border-color: #C4B55D;
}
</style>