Shades of Gimblet #C2B05A
Tints of Gimblet #C2B05A
RGB
CMYK
RGB Variations
Color information
#C2B05A (or 0xC2B05A) is known color: Gimblet. HEX triplet: C2, B0 and 5A. RGB value is (194,176,90). Sum of RGB (Red+Green+Blue) = 194+176+90=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B05A is #3D4FA5. Grayscale: #ABABAB. Windows color (decimal): -4018086 or 5943490. OLE color: 5943490.
HSL color Cylindrical-coordinate representation of color #C2B05A: hue angle of 49.62º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2B05A is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 90 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.24 |
| HSL | 49.62º | 0.46% | 0.56% | - |
| HSV(B) | 49.62º | 0.54% | 0.76% | - |
| XYZ | 39.62 | 43.26 | 15.93 | - |
| YUV | 171.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 90 | 0 | 0.09 | 0.54 | 0.24 | 49.62 | 0.46 | 0.56 |
| Hex | C2 | B0 | 5A | 0 | 9 | 36 | 18 | 32 | 2E | 38 |
| Octal | 302 | 260 | 132 | 0 | 11 | 66 | 30 | 62 | 56 | 70 |
| Binary | 11000010 | 10110000 | 1011010 | 0 | 1001 | 110110 | 11000 | 110010 | 101110 | 111000 |
Color Harmonies of #C2B05A
Complementary color
Monochromatic Colors of #C2B05A
Black with #C2B05A
Text Example
Text Example
White with #C2B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B05A; }
p { color: rgb(194,176,90); }
H1.HeaderClassName
{
color: #C2B05A;
}
.AnyTagClassName
{
color: #C2B05A;
}
</style>
background-color css
<style>
a { background-color: #C2B05A; }
a { background-color: rgb(194,176,90); }
div.DivClassName
{
background-color: #C2B05A;
}
.BgClassName
{
background-color: #C2B05A;
}
</style>
border-color css
<style>
span { border-color: #C2B05A; }
span { border-color: rgb(194,176,90); }
td.TdClassName
{
border-color: #C2B05A;
}
.TagClassName
{
border-color: #C2B05A;
}
</style>