Shades of Gimblet #C2B165
Tints of Gimblet #C2B165
RGB
CMYK
RGB Variations
Color information
#C2B165 (or 0xC2B165) is known color: Gimblet. HEX triplet: C2, B1 and 65. RGB value is (194,177,101). Sum of RGB (Red+Green+Blue) = 194+177+101=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B165 is #3D4E9A. Grayscale: #ADADAD. Windows color (decimal): -4017819 or 6664642. OLE color: 6664642.
HSL color Cylindrical-coordinate representation of color #C2B165: hue angle of 49.03º degrees, saturation: 0.43, 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 #C2B165 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 101 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.24 |
| HSL | 49.03º | 0.43% | 0.58% | - |
| HSV(B) | 49.03º | 0.48% | 0.76% | - |
| XYZ | 40.32 | 43.85 | 18.65 | - |
| YUV | 173.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 101 | 0 | 0.09 | 0.48 | 0.24 | 49.03 | 0.43 | 0.58 |
| Hex | C2 | B1 | 65 | 0 | 9 | 30 | 18 | 31 | 2B | 3A |
| Octal | 302 | 261 | 145 | 0 | 11 | 60 | 30 | 61 | 53 | 72 |
| Binary | 11000010 | 10110001 | 1100101 | 0 | 1001 | 110000 | 11000 | 110001 | 101011 | 111010 |
Color Harmonies of #C2B165
Complementary color
Monochromatic Colors of #C2B165
Black with #C2B165
Text Example
Text Example
White with #C2B165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B165; }
p { color: rgb(194,177,101); }
H1.HeaderClassName
{
color: #C2B165;
}
.AnyTagClassName
{
color: #C2B165;
}
</style>
background-color css
<style>
a { background-color: #C2B165; }
a { background-color: rgb(194,177,101); }
div.DivClassName
{
background-color: #C2B165;
}
.BgClassName
{
background-color: #C2B165;
}
</style>
border-color css
<style>
span { border-color: #C2B165; }
span { border-color: rgb(194,177,101); }
td.TdClassName
{
border-color: #C2B165;
}
.TagClassName
{
border-color: #C2B165;
}
</style>