Shades of Gimblet #C4B361
Tints of Gimblet #C4B361
RGB
CMYK
RGB Variations
Color information
#C4B361 (or 0xC4B361) is known color: Gimblet. HEX triplet: C4, B3 and 61. RGB value is (196,179,97). Sum of RGB (Red+Green+Blue) = 196+179+97=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B361 is #3B4C9E. Grayscale: #AFAFAF. Windows color (decimal): -3886239 or 6403012. OLE color: 6403012.
HSL color Cylindrical-coordinate representation of color #C4B361: hue angle of 49.7º 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 #C4B361 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 97 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.23 |
| HSL | 49.7º | 0.46% | 0.57% | - |
| HSV(B) | 49.7º | 0.51% | 0.77% | - |
| XYZ | 41.04 | 44.84 | 17.8 | - |
| YUV | 174.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 97 | 0 | 0.09 | 0.51 | 0.23 | 49.7 | 0.46 | 0.57 |
| Hex | C4 | B3 | 61 | 0 | 9 | 33 | 17 | 32 | 2E | 39 |
| Octal | 304 | 263 | 141 | 0 | 11 | 63 | 27 | 62 | 56 | 71 |
| Binary | 11000100 | 10110011 | 1100001 | 0 | 1001 | 110011 | 10111 | 110010 | 101110 | 111001 |
Color Harmonies of #C4B361
Complementary color
Monochromatic Colors of #C4B361
Black with #C4B361
Text Example
Text Example
White with #C4B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B361; }
p { color: rgb(196,179,97); }
H1.HeaderClassName
{
color: #C4B361;
}
.AnyTagClassName
{
color: #C4B361;
}
</style>
background-color css
<style>
a { background-color: #C4B361; }
a { background-color: rgb(196,179,97); }
div.DivClassName
{
background-color: #C4B361;
}
.BgClassName
{
background-color: #C4B361;
}
</style>
border-color css
<style>
span { border-color: #C4B361; }
span { border-color: rgb(196,179,97); }
td.TdClassName
{
border-color: #C4B361;
}
.TagClassName
{
border-color: #C4B361;
}
</style>