Shades of Gimblet #C2B35F
Tints of Gimblet #C2B35F
RGB
CMYK
RGB Variations
Color information
#C2B35F (or 0xC2B35F) is known color: Gimblet. HEX triplet: C2, B3 and 5F. RGB value is (194,179,95). Sum of RGB (Red+Green+Blue) = 194+179+95=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B35F is #3D4CA0. Grayscale: #AEAEAE. Windows color (decimal): -4017313 or 6271938. OLE color: 6271938.
HSL color Cylindrical-coordinate representation of color #C2B35F: hue angle of 50.91º 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 #C2B35F is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 95 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.24 |
| HSL | 50.91º | 0.45% | 0.57% | - |
| HSV(B) | 50.91º | 0.51% | 0.76% | - |
| XYZ | 40.43 | 44.54 | 17.29 | - |
| YUV | 173.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 95 | 0 | 0.08 | 0.51 | 0.24 | 50.91 | 0.45 | 0.57 |
| Hex | C2 | B3 | 5F | 0 | 8 | 33 | 18 | 33 | 2D | 39 |
| Octal | 302 | 263 | 137 | 0 | 10 | 63 | 30 | 63 | 55 | 71 |
| Binary | 11000010 | 10110011 | 1011111 | 0 | 1000 | 110011 | 11000 | 110011 | 101101 | 111001 |
Color Harmonies of #C2B35F
Complementary color
Monochromatic Colors of #C2B35F
Black with #C2B35F
Text Example
Text Example
White with #C2B35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B35F; }
p { color: rgb(194,179,95); }
H1.HeaderClassName
{
color: #C2B35F;
}
.AnyTagClassName
{
color: #C2B35F;
}
</style>
background-color css
<style>
a { background-color: #C2B35F; }
a { background-color: rgb(194,179,95); }
div.DivClassName
{
background-color: #C2B35F;
}
.BgClassName
{
background-color: #C2B35F;
}
</style>
border-color css
<style>
span { border-color: #C2B35F; }
span { border-color: rgb(194,179,95); }
td.TdClassName
{
border-color: #C2B35F;
}
.TagClassName
{
border-color: #C2B35F;
}
</style>