Shades of Gimblet #C2B064
Tints of Gimblet #C2B064
RGB
CMYK
RGB Variations
Color information
#C2B064 (or 0xC2B064) is known color: Gimblet. HEX triplet: C2, B0 and 64. RGB value is (194,176,100). Sum of RGB (Red+Green+Blue) = 194+176+100=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B064 is #3D4F9B. Grayscale: #ADADAD. Windows color (decimal): -4018076 or 6598850. OLE color: 6598850.
HSL color Cylindrical-coordinate representation of color #C2B064: hue angle of 48.51º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2B064 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 100 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.24 |
| HSL | 48.51º | 0.44% | 0.58% | - |
| HSV(B) | 48.51º | 0.48% | 0.76% | - |
| XYZ | 40.07 | 43.44 | 18.33 | - |
| YUV | 172.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 100 | 0 | 0.09 | 0.48 | 0.24 | 48.51 | 0.44 | 0.58 |
| Hex | C2 | B0 | 64 | 0 | 9 | 30 | 18 | 31 | 2C | 3A |
| Octal | 302 | 260 | 144 | 0 | 11 | 60 | 30 | 61 | 54 | 72 |
| Binary | 11000010 | 10110000 | 1100100 | 0 | 1001 | 110000 | 11000 | 110001 | 101100 | 111010 |
Color Harmonies of #C2B064
Complementary color
Monochromatic Colors of #C2B064
Black with #C2B064
Text Example
Text Example
White with #C2B064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B064; }
p { color: rgb(194,176,100); }
H1.HeaderClassName
{
color: #C2B064;
}
.AnyTagClassName
{
color: #C2B064;
}
</style>
background-color css
<style>
a { background-color: #C2B064; }
a { background-color: rgb(194,176,100); }
div.DivClassName
{
background-color: #C2B064;
}
.BgClassName
{
background-color: #C2B064;
}
</style>
border-color css
<style>
span { border-color: #C2B064; }
span { border-color: rgb(194,176,100); }
td.TdClassName
{
border-color: #C2B064;
}
.TagClassName
{
border-color: #C2B064;
}
</style>