Shades of Gimblet #C3B362
Tints of Gimblet #C3B362
RGB
CMYK
RGB Variations
Color information
#C3B362 (or 0xC3B362) is known color: Gimblet. HEX triplet: C3, B3 and 62. RGB value is (195,179,98). Sum of RGB (Red+Green+Blue) = 195+179+98=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B362 is #3C4C9D. Grayscale: #AEAEAE. Windows color (decimal): -3951774 or 6468547. OLE color: 6468547.
HSL color Cylindrical-coordinate representation of color #C3B362: hue angle of 50.1º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3B362 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 98 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.24 |
| HSL | 50.1º | 0.45% | 0.57% | - |
| HSV(B) | 50.1º | 0.5% | 0.76% | - |
| XYZ | 40.83 | 44.72 | 18.04 | - |
| YUV | 174.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 98 | 0 | 0.08 | 0.50 | 0.24 | 50.1 | 0.45 | 0.57 |
| Hex | C3 | B3 | 62 | 0 | 8 | 32 | 18 | 32 | 2D | 39 |
| Octal | 303 | 263 | 142 | 0 | 10 | 62 | 30 | 62 | 55 | 71 |
| Binary | 11000011 | 10110011 | 1100010 | 0 | 1000 | 110010 | 11000 | 110010 | 101101 | 111001 |
Color Harmonies of #C3B362
Complementary color
Monochromatic Colors of #C3B362
Black with #C3B362
Text Example
Text Example
White with #C3B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B362; }
p { color: rgb(195,179,98); }
H1.HeaderClassName
{
color: #C3B362;
}
.AnyTagClassName
{
color: #C3B362;
}
</style>
background-color css
<style>
a { background-color: #C3B362; }
a { background-color: rgb(195,179,98); }
div.DivClassName
{
background-color: #C3B362;
}
.BgClassName
{
background-color: #C3B362;
}
</style>
border-color css
<style>
span { border-color: #C3B362; }
span { border-color: rgb(195,179,98); }
td.TdClassName
{
border-color: #C3B362;
}
.TagClassName
{
border-color: #C3B362;
}
</style>