Shades of Gimblet #C4B261
Tints of Gimblet #C4B261
RGB
CMYK
RGB Variations
Color information
#C4B261 (or 0xC4B261) is known color: Gimblet. HEX triplet: C4, B2 and 61. RGB value is (196,178,97). Sum of RGB (Red+Green+Blue) = 196+178+97=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B261 is #3B4D9E. Grayscale: #AEAEAE. Windows color (decimal): -3886495 or 6402756. OLE color: 6402756.
HSL color Cylindrical-coordinate representation of color #C4B261: hue angle of 49.09º 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 #C4B261 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 97 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.23 |
| HSL | 49.09º | 0.46% | 0.57% | - |
| HSV(B) | 49.09º | 0.51% | 0.77% | - |
| XYZ | 40.84 | 44.44 | 17.73 | - |
| YUV | 174.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 97 | 0 | 0.09 | 0.51 | 0.23 | 49.09 | 0.46 | 0.57 |
| Hex | C4 | B2 | 61 | 0 | 9 | 33 | 17 | 31 | 2E | 39 |
| Octal | 304 | 262 | 141 | 0 | 11 | 63 | 27 | 61 | 56 | 71 |
| Binary | 11000100 | 10110010 | 1100001 | 0 | 1001 | 110011 | 10111 | 110001 | 101110 | 111001 |
Color Harmonies of #C4B261
Complementary color
Monochromatic Colors of #C4B261
Black with #C4B261
Text Example
Text Example
White with #C4B261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B261; }
p { color: rgb(196,178,97); }
H1.HeaderClassName
{
color: #C4B261;
}
.AnyTagClassName
{
color: #C4B261;
}
</style>
background-color css
<style>
a { background-color: #C4B261; }
a { background-color: rgb(196,178,97); }
div.DivClassName
{
background-color: #C4B261;
}
.BgClassName
{
background-color: #C4B261;
}
</style>
border-color css
<style>
span { border-color: #C4B261; }
span { border-color: rgb(196,178,97); }
td.TdClassName
{
border-color: #C4B261;
}
.TagClassName
{
border-color: #C4B261;
}
</style>