Shades of Gimblet #C0B05D
Tints of Gimblet #C0B05D
RGB
CMYK
RGB Variations
Color information
#C0B05D (or 0xC0B05D) is known color: Gimblet. HEX triplet: C0, B0 and 5D. RGB value is (192,176,93). Sum of RGB (Red+Green+Blue) = 192+176+93=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B05D is #3F4FA2. Grayscale: #ABABAB. Windows color (decimal): -4149155 or 6140096. OLE color: 6140096.
HSL color Cylindrical-coordinate representation of color #C0B05D: hue angle of 50.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0B05D is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 93 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.25 |
| HSL | 50.3º | 0.44% | 0.56% | - |
| HSV(B) | 50.3º | 0.52% | 0.75% | - |
| XYZ | 39.24 | 43.05 | 16.6 | - |
| YUV | 171.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 93 | 0 | 0.08 | 0.52 | 0.25 | 50.3 | 0.44 | 0.56 |
| Hex | C0 | B0 | 5D | 0 | 8 | 34 | 19 | 32 | 2C | 38 |
| Octal | 300 | 260 | 135 | 0 | 10 | 64 | 31 | 62 | 54 | 70 |
| Binary | 11000000 | 10110000 | 1011101 | 0 | 1000 | 110100 | 11001 | 110010 | 101100 | 111000 |
Color Harmonies of #C0B05D
Complementary color
Monochromatic Colors of #C0B05D
Black with #C0B05D
Text Example
Text Example
White with #C0B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B05D; }
p { color: rgb(192,176,93); }
H1.HeaderClassName
{
color: #C0B05D;
}
.AnyTagClassName
{
color: #C0B05D;
}
</style>
background-color css
<style>
a { background-color: #C0B05D; }
a { background-color: rgb(192,176,93); }
div.DivClassName
{
background-color: #C0B05D;
}
.BgClassName
{
background-color: #C0B05D;
}
</style>
border-color css
<style>
span { border-color: #C0B05D; }
span { border-color: rgb(192,176,93); }
td.TdClassName
{
border-color: #C0B05D;
}
.TagClassName
{
border-color: #C0B05D;
}
</style>