Shades of Gimblet #C2B35C
Tints of Gimblet #C2B35C
RGB
CMYK
RGB Variations
Color information
#C2B35C (or 0xC2B35C) is known color: Gimblet. HEX triplet: C2, B3 and 5C. RGB value is (194,179,92). Sum of RGB (Red+Green+Blue) = 194+179+92=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B35C is #3D4CA3. Grayscale: #ADADAD. Windows color (decimal): -4017316 or 6075330. OLE color: 6075330.
HSL color Cylindrical-coordinate representation of color #C2B35C: hue angle of 51.18º 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 #C2B35C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 92 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.24 |
| HSL | 51.18º | 0.46% | 0.56% | - |
| HSV(B) | 51.18º | 0.53% | 0.76% | - |
| XYZ | 40.3 | 44.48 | 16.59 | - |
| YUV | 173.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 92 | 0 | 0.08 | 0.53 | 0.24 | 51.18 | 0.46 | 0.56 |
| Hex | C2 | B3 | 5C | 0 | 8 | 35 | 18 | 33 | 2E | 38 |
| Octal | 302 | 263 | 134 | 0 | 10 | 65 | 30 | 63 | 56 | 70 |
| Binary | 11000010 | 10110011 | 1011100 | 0 | 1000 | 110101 | 11000 | 110011 | 101110 | 111000 |
Color Harmonies of #C2B35C
Complementary color
Monochromatic Colors of #C2B35C
Black with #C2B35C
Text Example
Text Example
White with #C2B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B35C; }
p { color: rgb(194,179,92); }
H1.HeaderClassName
{
color: #C2B35C;
}
.AnyTagClassName
{
color: #C2B35C;
}
</style>
background-color css
<style>
a { background-color: #C2B35C; }
a { background-color: rgb(194,179,92); }
div.DivClassName
{
background-color: #C2B35C;
}
.BgClassName
{
background-color: #C2B35C;
}
</style>
border-color css
<style>
span { border-color: #C2B35C; }
span { border-color: rgb(194,179,92); }
td.TdClassName
{
border-color: #C2B35C;
}
.TagClassName
{
border-color: #C2B35C;
}
</style>