Shades of Gimblet #C0B05B
Tints of Gimblet #C0B05B
RGB
CMYK
RGB Variations
Color information
#C0B05B (or 0xC0B05B) is known color: Gimblet. HEX triplet: C0, B0 and 5B. RGB value is (192,176,91). Sum of RGB (Red+Green+Blue) = 192+176+91=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B05B is #3F4FA4. Grayscale: #ABABAB. Windows color (decimal): -4149157 or 6009024. OLE color: 6009024.
HSL color Cylindrical-coordinate representation of color #C0B05B: hue angle of 50.5º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0B05B is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 91 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.25 |
| HSL | 50.5º | 0.44% | 0.55% | - |
| HSV(B) | 50.5º | 0.53% | 0.75% | - |
| XYZ | 39.15 | 43.01 | 16.14 | - |
| YUV | 171.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 91 | 0 | 0.08 | 0.53 | 0.25 | 50.5 | 0.44 | 0.55 |
| Hex | C0 | B0 | 5B | 0 | 8 | 35 | 19 | 32 | 2C | 37 |
| Octal | 300 | 260 | 133 | 0 | 10 | 65 | 31 | 62 | 54 | 67 |
| Binary | 11000000 | 10110000 | 1011011 | 0 | 1000 | 110101 | 11001 | 110010 | 101100 | 110111 |
Color Harmonies of #C0B05B
Complementary color
Monochromatic Colors of #C0B05B
Black with #C0B05B
Text Example
Text Example
White with #C0B05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B05B; }
p { color: rgb(192,176,91); }
H1.HeaderClassName
{
color: #C0B05B;
}
.AnyTagClassName
{
color: #C0B05B;
}
</style>
background-color css
<style>
a { background-color: #C0B05B; }
a { background-color: rgb(192,176,91); }
div.DivClassName
{
background-color: #C0B05B;
}
.BgClassName
{
background-color: #C0B05B;
}
</style>
border-color css
<style>
span { border-color: #C0B05B; }
span { border-color: rgb(192,176,91); }
td.TdClassName
{
border-color: #C0B05B;
}
.TagClassName
{
border-color: #C0B05B;
}
</style>