Shades of Gimblet #C5B463
Tints of Gimblet #C5B463
RGB
CMYK
RGB Variations
Color information
#C5B463 (or 0xC5B463) is known color: Gimblet. HEX triplet: C5, B4 and 63. RGB value is (197,180,99). Sum of RGB (Red+Green+Blue) = 197+180+99=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B463 is #3A4B9C. Grayscale: #B0B0B0. Windows color (decimal): -3820445 or 6534341. OLE color: 6534341.
HSL color Cylindrical-coordinate representation of color #C5B463: hue angle of 49.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5B463 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 99 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.23 |
| HSL | 49.59º | 0.46% | 0.58% | - |
| HSV(B) | 49.59º | 0.5% | 0.77% | - |
| XYZ | 41.6 | 45.41 | 18.38 | - |
| YUV | 175.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 99 | 0 | 0.09 | 0.50 | 0.23 | 49.59 | 0.46 | 0.58 |
| Hex | C5 | B4 | 63 | 0 | 9 | 32 | 17 | 32 | 2E | 3A |
| Octal | 305 | 264 | 143 | 0 | 11 | 62 | 27 | 62 | 56 | 72 |
| Binary | 11000101 | 10110100 | 1100011 | 0 | 1001 | 110010 | 10111 | 110010 | 101110 | 111010 |
Color Harmonies of #C5B463
Complementary color
Monochromatic Colors of #C5B463
Black with #C5B463
Text Example
Text Example
White with #C5B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B463; }
p { color: rgb(197,180,99); }
H1.HeaderClassName
{
color: #C5B463;
}
.AnyTagClassName
{
color: #C5B463;
}
</style>
background-color css
<style>
a { background-color: #C5B463; }
a { background-color: rgb(197,180,99); }
div.DivClassName
{
background-color: #C5B463;
}
.BgClassName
{
background-color: #C5B463;
}
</style>
border-color css
<style>
span { border-color: #C5B463; }
span { border-color: rgb(197,180,99); }
td.TdClassName
{
border-color: #C5B463;
}
.TagClassName
{
border-color: #C5B463;
}
</style>