Shades of Gimblet #C2B361
Tints of Gimblet #C2B361
RGB
CMYK
RGB Variations
Color information
#C2B361 (or 0xC2B361) is known color: Gimblet. HEX triplet: C2, B3 and 61. RGB value is (194,179,97). Sum of RGB (Red+Green+Blue) = 194+179+97=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B361 is #3D4C9E. Grayscale: #AEAEAE. Windows color (decimal): -4017311 or 6403010. OLE color: 6403010.
HSL color Cylindrical-coordinate representation of color #C2B361: hue angle of 50.72º degrees, saturation: 0.44, 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 #C2B361 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 97 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.24 |
| HSL | 50.72º | 0.44% | 0.57% | - |
| HSV(B) | 50.72º | 0.5% | 0.76% | - |
| XYZ | 40.53 | 44.57 | 17.78 | - |
| YUV | 174.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 97 | 0 | 0.08 | 0.50 | 0.24 | 50.72 | 0.44 | 0.57 |
| Hex | C2 | B3 | 61 | 0 | 8 | 32 | 18 | 33 | 2C | 39 |
| Octal | 302 | 263 | 141 | 0 | 10 | 62 | 30 | 63 | 54 | 71 |
| Binary | 11000010 | 10110011 | 1100001 | 0 | 1000 | 110010 | 11000 | 110011 | 101100 | 111001 |
Color Harmonies of #C2B361
Complementary color
Monochromatic Colors of #C2B361
Black with #C2B361
Text Example
Text Example
White with #C2B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B361; }
p { color: rgb(194,179,97); }
H1.HeaderClassName
{
color: #C2B361;
}
.AnyTagClassName
{
color: #C2B361;
}
</style>
background-color css
<style>
a { background-color: #C2B361; }
a { background-color: rgb(194,179,97); }
div.DivClassName
{
background-color: #C2B361;
}
.BgClassName
{
background-color: #C2B361;
}
</style>
border-color css
<style>
span { border-color: #C2B361; }
span { border-color: rgb(194,179,97); }
td.TdClassName
{
border-color: #C2B361;
}
.TagClassName
{
border-color: #C2B361;
}
</style>