Shades of Gimblet #C2B066
Tints of Gimblet #C2B066
RGB
CMYK
RGB Variations
Color information
#C2B066 (or 0xC2B066) is known color: Gimblet. HEX triplet: C2, B0 and 66. RGB value is (194,176,102). Sum of RGB (Red+Green+Blue) = 194+176+102=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B066 is #3D4F99. Grayscale: #ADADAD. Windows color (decimal): -4018074 or 6729922. OLE color: 6729922.
HSL color Cylindrical-coordinate representation of color #C2B066: hue angle of 48.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2B066 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 102 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.24 |
| HSL | 48.26º | 0.43% | 0.58% | - |
| HSV(B) | 48.26º | 0.47% | 0.76% | - |
| XYZ | 40.17 | 43.48 | 18.85 | - |
| YUV | 172.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 102 | 0 | 0.09 | 0.47 | 0.24 | 48.26 | 0.43 | 0.58 |
| Hex | C2 | B0 | 66 | 0 | 9 | 2F | 18 | 30 | 2B | 3A |
| Octal | 302 | 260 | 146 | 0 | 11 | 57 | 30 | 60 | 53 | 72 |
| Binary | 11000010 | 10110000 | 1100110 | 0 | 1001 | 101111 | 11000 | 110000 | 101011 | 111010 |
Color Harmonies of #C2B066
Complementary color
Monochromatic Colors of #C2B066
Black with #C2B066
Text Example
Text Example
White with #C2B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B066; }
p { color: rgb(194,176,102); }
H1.HeaderClassName
{
color: #C2B066;
}
.AnyTagClassName
{
color: #C2B066;
}
</style>
background-color css
<style>
a { background-color: #C2B066; }
a { background-color: rgb(194,176,102); }
div.DivClassName
{
background-color: #C2B066;
}
.BgClassName
{
background-color: #C2B066;
}
</style>
border-color css
<style>
span { border-color: #C2B066; }
span { border-color: rgb(194,176,102); }
td.TdClassName
{
border-color: #C2B066;
}
.TagClassName
{
border-color: #C2B066;
}
</style>