Shades of Gimblet #C2B161
Tints of Gimblet #C2B161
RGB
CMYK
RGB Variations
Color information
#C2B161 (or 0xC2B161) is known color: Gimblet. HEX triplet: C2, B1 and 61. RGB value is (194,177,97). Sum of RGB (Red+Green+Blue) = 194+177+97=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B161 is #3D4E9E. Grayscale: #ADADAD. Windows color (decimal): -4017823 or 6402498. OLE color: 6402498.
HSL color Cylindrical-coordinate representation of color #C2B161: hue angle of 49.48º 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 #C2B161 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 97 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.24 |
| HSL | 49.48º | 0.44% | 0.57% | - |
| HSV(B) | 49.48º | 0.5% | 0.76% | - |
| XYZ | 40.13 | 43.78 | 17.64 | - |
| YUV | 172.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 97 | 0 | 0.09 | 0.50 | 0.24 | 49.48 | 0.44 | 0.57 |
| Hex | C2 | B1 | 61 | 0 | 9 | 32 | 18 | 31 | 2C | 39 |
| Octal | 302 | 261 | 141 | 0 | 11 | 62 | 30 | 61 | 54 | 71 |
| Binary | 11000010 | 10110001 | 1100001 | 0 | 1001 | 110010 | 11000 | 110001 | 101100 | 111001 |
Color Harmonies of #C2B161
Complementary color
Monochromatic Colors of #C2B161
Black with #C2B161
Text Example
Text Example
White with #C2B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B161; }
p { color: rgb(194,177,97); }
H1.HeaderClassName
{
color: #C2B161;
}
.AnyTagClassName
{
color: #C2B161;
}
</style>
background-color css
<style>
a { background-color: #C2B161; }
a { background-color: rgb(194,177,97); }
div.DivClassName
{
background-color: #C2B161;
}
.BgClassName
{
background-color: #C2B161;
}
</style>
border-color css
<style>
span { border-color: #C2B161; }
span { border-color: rgb(194,177,97); }
td.TdClassName
{
border-color: #C2B161;
}
.TagClassName
{
border-color: #C2B161;
}
</style>