Shades of Gimblet #C2B461
Tints of Gimblet #C2B461
RGB
CMYK
RGB Variations
Color information
#C2B461 (or 0xC2B461) is known color: Gimblet. HEX triplet: C2, B4 and 61. RGB value is (194,180,97). Sum of RGB (Red+Green+Blue) = 194+180+97=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B461 is #3D4B9E. Grayscale: #AFAFAF. Windows color (decimal): -4017055 or 6403266. OLE color: 6403266.
HSL color Cylindrical-coordinate representation of color #C2B461: hue angle of 51.34º 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 #C2B461 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 97 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.24 |
| HSL | 51.34º | 0.44% | 0.57% | - |
| HSV(B) | 51.34º | 0.5% | 0.76% | - |
| XYZ | 40.73 | 44.97 | 17.84 | - |
| YUV | 174.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 97 | 0 | 0.07 | 0.50 | 0.24 | 51.34 | 0.44 | 0.57 |
| Hex | C2 | B4 | 61 | 0 | 7 | 32 | 18 | 33 | 2C | 39 |
| Octal | 302 | 264 | 141 | 0 | 7 | 62 | 30 | 63 | 54 | 71 |
| Binary | 11000010 | 10110100 | 1100001 | 0 | 111 | 110010 | 11000 | 110011 | 101100 | 111001 |
Color Harmonies of #C2B461
Complementary color
Monochromatic Colors of #C2B461
Black with #C2B461
Text Example
Text Example
White with #C2B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B461; }
p { color: rgb(194,180,97); }
H1.HeaderClassName
{
color: #C2B461;
}
.AnyTagClassName
{
color: #C2B461;
}
</style>
background-color css
<style>
a { background-color: #C2B461; }
a { background-color: rgb(194,180,97); }
div.DivClassName
{
background-color: #C2B461;
}
.BgClassName
{
background-color: #C2B461;
}
</style>
border-color css
<style>
span { border-color: #C2B461; }
span { border-color: rgb(194,180,97); }
td.TdClassName
{
border-color: #C2B461;
}
.TagClassName
{
border-color: #C2B461;
}
</style>