Shades of Gimblet #C2B25B
Tints of Gimblet #C2B25B
RGB
CMYK
RGB Variations
Color information
#C2B25B (or 0xC2B25B) is known color: Gimblet. HEX triplet: C2, B2 and 5B. RGB value is (194,178,91). Sum of RGB (Red+Green+Blue) = 194+178+91=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B25B is #3D4DA4. Grayscale: #ADADAD. Windows color (decimal): -4017573 or 6009538. OLE color: 6009538.
HSL color Cylindrical-coordinate representation of color #C2B25B: hue angle of 50.68º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2B25B is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 91 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.24 |
| HSL | 50.68º | 0.46% | 0.56% | - |
| HSV(B) | 50.68º | 0.53% | 0.76% | - |
| XYZ | 40.06 | 44.07 | 16.29 | - |
| YUV | 172.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 91 | 0 | 0.08 | 0.53 | 0.24 | 50.68 | 0.46 | 0.56 |
| Hex | C2 | B2 | 5B | 0 | 8 | 35 | 18 | 33 | 2E | 38 |
| Octal | 302 | 262 | 133 | 0 | 10 | 65 | 30 | 63 | 56 | 70 |
| Binary | 11000010 | 10110010 | 1011011 | 0 | 1000 | 110101 | 11000 | 110011 | 101110 | 111000 |
Color Harmonies of #C2B25B
Complementary color
Monochromatic Colors of #C2B25B
Black with #C2B25B
Text Example
Text Example
White with #C2B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B25B; }
p { color: rgb(194,178,91); }
H1.HeaderClassName
{
color: #C2B25B;
}
.AnyTagClassName
{
color: #C2B25B;
}
</style>
background-color css
<style>
a { background-color: #C2B25B; }
a { background-color: rgb(194,178,91); }
div.DivClassName
{
background-color: #C2B25B;
}
.BgClassName
{
background-color: #C2B25B;
}
</style>
border-color css
<style>
span { border-color: #C2B25B; }
span { border-color: rgb(194,178,91); }
td.TdClassName
{
border-color: #C2B25B;
}
.TagClassName
{
border-color: #C2B25B;
}
</style>