Shades of Gimblet #C2B063
Tints of Gimblet #C2B063
RGB
CMYK
RGB Variations
Color information
#C2B063 (or 0xC2B063) is known color: Gimblet. HEX triplet: C2, B0 and 63. RGB value is (194,176,99). Sum of RGB (Red+Green+Blue) = 194+176+99=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B063 is #3D4F9C. Grayscale: #ACACAC. Windows color (decimal): -4018077 or 6533314. OLE color: 6533314.
HSL color Cylindrical-coordinate representation of color #C2B063: hue angle of 48.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2B063 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 99 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.24 |
| HSL | 48.63º | 0.44% | 0.57% | - |
| HSV(B) | 48.63º | 0.49% | 0.76% | - |
| XYZ | 40.03 | 43.42 | 18.08 | - |
| YUV | 172.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 99 | 0 | 0.09 | 0.49 | 0.24 | 48.63 | 0.44 | 0.57 |
| Hex | C2 | B0 | 63 | 0 | 9 | 31 | 18 | 31 | 2C | 39 |
| Octal | 302 | 260 | 143 | 0 | 11 | 61 | 30 | 61 | 54 | 71 |
| Binary | 11000010 | 10110000 | 1100011 | 0 | 1001 | 110001 | 11000 | 110001 | 101100 | 111001 |
Color Harmonies of #C2B063
Complementary color
Monochromatic Colors of #C2B063
Black with #C2B063
Text Example
Text Example
White with #C2B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B063; }
p { color: rgb(194,176,99); }
H1.HeaderClassName
{
color: #C2B063;
}
.AnyTagClassName
{
color: #C2B063;
}
</style>
background-color css
<style>
a { background-color: #C2B063; }
a { background-color: rgb(194,176,99); }
div.DivClassName
{
background-color: #C2B063;
}
.BgClassName
{
background-color: #C2B063;
}
</style>
border-color css
<style>
span { border-color: #C2B063; }
span { border-color: rgb(194,176,99); }
td.TdClassName
{
border-color: #C2B063;
}
.TagClassName
{
border-color: #C2B063;
}
</style>