Shades of Gimblet #C4B561
Tints of Gimblet #C4B561
RGB
CMYK
RGB Variations
Color information
#C4B561 (or 0xC4B561) is known color: Gimblet. HEX triplet: C4, B5 and 61. RGB value is (196,181,97). Sum of RGB (Red+Green+Blue) = 196+181+97=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B561 is #3B4A9E. Grayscale: #B0B0B0. Windows color (decimal): -3885727 or 6403524. OLE color: 6403524.
HSL color Cylindrical-coordinate representation of color #C4B561: hue angle of 50.91º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4B561 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 97 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.23 |
| HSL | 50.91º | 0.46% | 0.57% | - |
| HSV(B) | 50.91º | 0.51% | 0.77% | - |
| XYZ | 41.45 | 45.65 | 17.94 | - |
| YUV | 175.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 97 | 0 | 0.08 | 0.51 | 0.23 | 50.91 | 0.46 | 0.57 |
| Hex | C4 | B5 | 61 | 0 | 8 | 33 | 17 | 33 | 2E | 39 |
| Octal | 304 | 265 | 141 | 0 | 10 | 63 | 27 | 63 | 56 | 71 |
| Binary | 11000100 | 10110101 | 1100001 | 0 | 1000 | 110011 | 10111 | 110011 | 101110 | 111001 |
Color Harmonies of #C4B561
Complementary color
Monochromatic Colors of #C4B561
Black with #C4B561
Text Example
Text Example
White with #C4B561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B561; }
p { color: rgb(196,181,97); }
H1.HeaderClassName
{
color: #C4B561;
}
.AnyTagClassName
{
color: #C4B561;
}
</style>
background-color css
<style>
a { background-color: #C4B561; }
a { background-color: rgb(196,181,97); }
div.DivClassName
{
background-color: #C4B561;
}
.BgClassName
{
background-color: #C4B561;
}
</style>
border-color css
<style>
span { border-color: #C4B561; }
span { border-color: rgb(196,181,97); }
td.TdClassName
{
border-color: #C4B561;
}
.TagClassName
{
border-color: #C4B561;
}
</style>