Shades of Gimblet #C2B05F
Tints of Gimblet #C2B05F
RGB
CMYK
RGB Variations
Color information
#C2B05F (or 0xC2B05F) is known color: Gimblet. HEX triplet: C2, B0 and 5F. RGB value is (194,176,95). Sum of RGB (Red+Green+Blue) = 194+176+95=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B05F is #3D4FA0. Grayscale: #ACACAC. Windows color (decimal): -4018081 or 6271170. OLE color: 6271170.
HSL color Cylindrical-coordinate representation of color #C2B05F: hue angle of 49.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B05F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 176 | 95 | - |
CMYK | 0 | 0.09 | 0.51 | 0.24 |
HSL | 49.09º | 0.45% | 0.57% | - |
HSV(B) | 49.09º | 0.51% | 0.76% | - |
XYZ | 39.84 | 43.35 | 17.09 | - |
YUV | 172.15 | 84.46 | 143.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 176 | 95 | 0 | 0.09 | 0.51 | 0.24 | 49.09 | 0.45 | 0.57 |
Hex | C2 | B0 | 5F | 0 | 9 | 33 | 18 | 31 | 2D | 39 |
Octal | 302 | 260 | 137 | 0 | 11 | 63 | 30 | 61 | 55 | 71 |
Binary | 11000010 | 10110000 | 1011111 | 0 | 1001 | 110011 | 11000 | 110001 | 101101 | 111001 |
Color Harmonies of #C2B05F
Complementary color
Monochromatic Colors of #C2B05F
Black with #C2B05F
Text Example
Text Example
White with #C2B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B05F; }
p { color: rgb(194,176,95); }
H1.HeaderClassName
{
color: #C2B05F;
}
.AnyTagClassName
{
color: #C2B05F;
}
</style>
background-color css
<style>
a { background-color: #C2B05F; }
a { background-color: rgb(194,176,95); }
div.DivClassName
{
background-color: #C2B05F;
}
.BgClassName
{
background-color: #C2B05F;
}
</style>
border-color css
<style>
span { border-color: #C2B05F; }
span { border-color: rgb(194,176,95); }
td.TdClassName
{
border-color: #C2B05F;
}
.TagClassName
{
border-color: #C2B05F;
}
</style>