Shades of Gimblet #C3B358
Tints of Gimblet #C3B358
RGB
CMYK
RGB Variations
Color information
#C3B358 (or 0xC3B358) is known color: Gimblet. HEX triplet: C3, B3 and 58. RGB value is (195,179,88). Sum of RGB (Red+Green+Blue) = 195+179+88=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B358 is #3C4CA7. Grayscale: #ADADAD. Windows color (decimal): -3951784 or 5813187. OLE color: 5813187.
HSL color Cylindrical-coordinate representation of color #C3B358: hue angle of 51.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3B358 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 88 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.24 |
| HSL | 51.03º | 0.47% | 0.55% | - |
| HSV(B) | 51.03º | 0.55% | 0.76% | - |
| XYZ | 40.39 | 44.55 | 15.7 | - |
| YUV | 173.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 88 | 0 | 0.08 | 0.55 | 0.24 | 51.03 | 0.47 | 0.55 |
| Hex | C3 | B3 | 58 | 0 | 8 | 37 | 18 | 33 | 2F | 37 |
| Octal | 303 | 263 | 130 | 0 | 10 | 67 | 30 | 63 | 57 | 67 |
| Binary | 11000011 | 10110011 | 1011000 | 0 | 1000 | 110111 | 11000 | 110011 | 101111 | 110111 |
Color Harmonies of #C3B358
Complementary color
Monochromatic Colors of #C3B358
Black with #C3B358
Text Example
Text Example
White with #C3B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B358; }
p { color: rgb(195,179,88); }
H1.HeaderClassName
{
color: #C3B358;
}
.AnyTagClassName
{
color: #C3B358;
}
</style>
background-color css
<style>
a { background-color: #C3B358; }
a { background-color: rgb(195,179,88); }
div.DivClassName
{
background-color: #C3B358;
}
.BgClassName
{
background-color: #C3B358;
}
</style>
border-color css
<style>
span { border-color: #C3B358; }
span { border-color: rgb(195,179,88); }
td.TdClassName
{
border-color: #C3B358;
}
.TagClassName
{
border-color: #C3B358;
}
</style>