Shades of Gimblet #C1B05F
Tints of Gimblet #C1B05F
RGB
CMYK
RGB Variations
Color information
#C1B05F (or 0xC1B05F) is known color: Gimblet. HEX triplet: C1, B0 and 5F. RGB value is (193,176,95). Sum of RGB (Red+Green+Blue) = 193+176+95=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B05F is #3E4FA0. Grayscale: #ACACAC. Windows color (decimal): -4083617 or 6271169. OLE color: 6271169.
HSL color Cylindrical-coordinate representation of color #C1B05F: hue angle of 49.59º 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 #C1B05F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 95 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.24 |
| HSL | 49.59º | 0.44% | 0.56% | - |
| HSV(B) | 49.59º | 0.51% | 0.76% | - |
| XYZ | 39.58 | 43.21 | 17.08 | - |
| YUV | 171.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 95 | 0 | 0.09 | 0.51 | 0.24 | 49.59 | 0.44 | 0.56 |
| Hex | C1 | B0 | 5F | 0 | 9 | 33 | 18 | 32 | 2C | 38 |
| Octal | 301 | 260 | 137 | 0 | 11 | 63 | 30 | 62 | 54 | 70 |
| Binary | 11000001 | 10110000 | 1011111 | 0 | 1001 | 110011 | 11000 | 110010 | 101100 | 111000 |
Color Harmonies of #C1B05F
Complementary color
Monochromatic Colors of #C1B05F
Black with #C1B05F
Text Example
Text Example
White with #C1B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B05F; }
p { color: rgb(193,176,95); }
H1.HeaderClassName
{
color: #C1B05F;
}
.AnyTagClassName
{
color: #C1B05F;
}
</style>
background-color css
<style>
a { background-color: #C1B05F; }
a { background-color: rgb(193,176,95); }
div.DivClassName
{
background-color: #C1B05F;
}
.BgClassName
{
background-color: #C1B05F;
}
</style>
border-color css
<style>
span { border-color: #C1B05F; }
span { border-color: rgb(193,176,95); }
td.TdClassName
{
border-color: #C1B05F;
}
.TagClassName
{
border-color: #C1B05F;
}
</style>