Shades of Gimblet #C1B05E
Tints of Gimblet #C1B05E
RGB
CMYK
RGB Variations
Color information
#C1B05E (or 0xC1B05E) is known color: Gimblet. HEX triplet: C1, B0 and 5E. RGB value is (193,176,94). Sum of RGB (Red+Green+Blue) = 193+176+94=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B05E is #3E4FA1. Grayscale: #ACACAC. Windows color (decimal): -4083618 or 6205633. OLE color: 6205633.
HSL color Cylindrical-coordinate representation of color #C1B05E: hue angle of 49.7º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1B05E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 94 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.24 |
| HSL | 49.7º | 0.44% | 0.56% | - |
| HSV(B) | 49.7º | 0.51% | 0.76% | - |
| XYZ | 39.54 | 43.2 | 16.84 | - |
| YUV | 171.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 94 | 0 | 0.09 | 0.51 | 0.24 | 49.7 | 0.44 | 0.56 |
| Hex | C1 | B0 | 5E | 0 | 9 | 33 | 18 | 32 | 2C | 38 |
| Octal | 301 | 260 | 136 | 0 | 11 | 63 | 30 | 62 | 54 | 70 |
| Binary | 11000001 | 10110000 | 1011110 | 0 | 1001 | 110011 | 11000 | 110010 | 101100 | 111000 |
Color Harmonies of #C1B05E
Complementary color
Monochromatic Colors of #C1B05E
Black with #C1B05E
Text Example
Text Example
White with #C1B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B05E; }
p { color: rgb(193,176,94); }
H1.HeaderClassName
{
color: #C1B05E;
}
.AnyTagClassName
{
color: #C1B05E;
}
</style>
background-color css
<style>
a { background-color: #C1B05E; }
a { background-color: rgb(193,176,94); }
div.DivClassName
{
background-color: #C1B05E;
}
.BgClassName
{
background-color: #C1B05E;
}
</style>
border-color css
<style>
span { border-color: #C1B05E; }
span { border-color: rgb(193,176,94); }
td.TdClassName
{
border-color: #C1B05E;
}
.TagClassName
{
border-color: #C1B05E;
}
</style>