Shades of Gimblet #C2B25D
Tints of Gimblet #C2B25D
RGB
CMYK
RGB Variations
Color information
#C2B25D (or 0xC2B25D) is known color: Gimblet. HEX triplet: C2, B2 and 5D. RGB value is (194,178,93). Sum of RGB (Red+Green+Blue) = 194+178+93=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B25D is #3D4DA2. Grayscale: #ADADAD. Windows color (decimal): -4017571 or 6140610. OLE color: 6140610.
HSL color Cylindrical-coordinate representation of color #C2B25D: hue angle of 50.5º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2B25D is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 93 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.24 |
| HSL | 50.5º | 0.45% | 0.56% | - |
| HSV(B) | 50.5º | 0.52% | 0.76% | - |
| XYZ | 40.14 | 44.1 | 16.75 | - |
| YUV | 173.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 93 | 0 | 0.08 | 0.52 | 0.24 | 50.5 | 0.45 | 0.56 |
| Hex | C2 | B2 | 5D | 0 | 8 | 34 | 18 | 32 | 2D | 38 |
| Octal | 302 | 262 | 135 | 0 | 10 | 64 | 30 | 62 | 55 | 70 |
| Binary | 11000010 | 10110010 | 1011101 | 0 | 1000 | 110100 | 11000 | 110010 | 101101 | 111000 |
Color Harmonies of #C2B25D
Complementary color
Monochromatic Colors of #C2B25D
Black with #C2B25D
Text Example
Text Example
White with #C2B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B25D; }
p { color: rgb(194,178,93); }
H1.HeaderClassName
{
color: #C2B25D;
}
.AnyTagClassName
{
color: #C2B25D;
}
</style>
background-color css
<style>
a { background-color: #C2B25D; }
a { background-color: rgb(194,178,93); }
div.DivClassName
{
background-color: #C2B25D;
}
.BgClassName
{
background-color: #C2B25D;
}
</style>
border-color css
<style>
span { border-color: #C2B25D; }
span { border-color: rgb(194,178,93); }
td.TdClassName
{
border-color: #C2B25D;
}
.TagClassName
{
border-color: #C2B25D;
}
</style>