Shades of Gimblet #C2B061
Tints of Gimblet #C2B061
RGB
CMYK
RGB Variations
Color information
#C2B061 (or 0xC2B061) is known color: Gimblet. HEX triplet: C2, B0 and 61. RGB value is (194,176,97). Sum of RGB (Red+Green+Blue) = 194+176+97=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B061 is #3D4F9E. Grayscale: #ACACAC. Windows color (decimal): -4018079 or 6402242. OLE color: 6402242.
HSL color Cylindrical-coordinate representation of color #C2B061: hue angle of 48.87º 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 #C2B061 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 97 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.24 |
| HSL | 48.87º | 0.44% | 0.57% | - |
| HSV(B) | 48.87º | 0.5% | 0.76% | - |
| XYZ | 39.93 | 43.38 | 17.58 | - |
| YUV | 172.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 97 | 0 | 0.09 | 0.50 | 0.24 | 48.87 | 0.44 | 0.57 |
| Hex | C2 | B0 | 61 | 0 | 9 | 32 | 18 | 31 | 2C | 39 |
| Octal | 302 | 260 | 141 | 0 | 11 | 62 | 30 | 61 | 54 | 71 |
| Binary | 11000010 | 10110000 | 1100001 | 0 | 1001 | 110010 | 11000 | 110001 | 101100 | 111001 |
Color Harmonies of #C2B061
Complementary color
Monochromatic Colors of #C2B061
Black with #C2B061
Text Example
Text Example
White with #C2B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B061; }
p { color: rgb(194,176,97); }
H1.HeaderClassName
{
color: #C2B061;
}
.AnyTagClassName
{
color: #C2B061;
}
</style>
background-color css
<style>
a { background-color: #C2B061; }
a { background-color: rgb(194,176,97); }
div.DivClassName
{
background-color: #C2B061;
}
.BgClassName
{
background-color: #C2B061;
}
</style>
border-color css
<style>
span { border-color: #C2B061; }
span { border-color: rgb(194,176,97); }
td.TdClassName
{
border-color: #C2B061;
}
.TagClassName
{
border-color: #C2B061;
}
</style>