Shades of Gimblet #C4B558
Tints of Gimblet #C4B558
RGB
CMYK
RGB Variations
Color information
#C4B558 (or 0xC4B558) is known color: Gimblet. HEX triplet: C4, B5 and 58. RGB value is (196,181,88). Sum of RGB (Red+Green+Blue) = 196+181+88=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B558 is #3B4AA7. Grayscale: #AFAFAF. Windows color (decimal): -3885736 or 5813700. OLE color: 5813700.
HSL color Cylindrical-coordinate representation of color #C4B558: hue angle of 51.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4B558 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 88 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.23 |
| HSL | 51.67º | 0.48% | 0.56% | - |
| HSV(B) | 51.67º | 0.55% | 0.77% | - |
| XYZ | 41.05 | 45.49 | 15.85 | - |
| YUV | 174.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 88 | 0 | 0.08 | 0.55 | 0.23 | 51.67 | 0.48 | 0.56 |
| Hex | C4 | B5 | 58 | 0 | 8 | 37 | 17 | 34 | 30 | 38 |
| Octal | 304 | 265 | 130 | 0 | 10 | 67 | 27 | 64 | 60 | 70 |
| Binary | 11000100 | 10110101 | 1011000 | 0 | 1000 | 110111 | 10111 | 110100 | 110000 | 111000 |
Color Harmonies of #C4B558
Complementary color
Monochromatic Colors of #C4B558
Black with #C4B558
Text Example
Text Example
White with #C4B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B558; }
p { color: rgb(196,181,88); }
H1.HeaderClassName
{
color: #C4B558;
}
.AnyTagClassName
{
color: #C4B558;
}
</style>
background-color css
<style>
a { background-color: #C4B558; }
a { background-color: rgb(196,181,88); }
div.DivClassName
{
background-color: #C4B558;
}
.BgClassName
{
background-color: #C4B558;
}
</style>
border-color css
<style>
span { border-color: #C4B558; }
span { border-color: rgb(196,181,88); }
td.TdClassName
{
border-color: #C4B558;
}
.TagClassName
{
border-color: #C4B558;
}
</style>