Shades of Gimblet #C0B05F
Tints of Gimblet #C0B05F
RGB
CMYK
RGB Variations
Color information
#C0B05F (or 0xC0B05F) is known color: Gimblet. HEX triplet: C0, B0 and 5F. RGB value is (192,176,95). Sum of RGB (Red+Green+Blue) = 192+176+95=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B05F is #3F4FA0. Grayscale: #ABABAB. Windows color (decimal): -4149153 or 6271168. OLE color: 6271168.
HSL color Cylindrical-coordinate representation of color #C0B05F: hue angle of 50.1º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0B05F is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 95 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.25 |
| HSL | 50.1º | 0.43% | 0.56% | - |
| HSV(B) | 50.1º | 0.51% | 0.75% | - |
| XYZ | 39.33 | 43.08 | 17.07 | - |
| YUV | 171.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 95 | 0 | 0.08 | 0.51 | 0.25 | 50.1 | 0.43 | 0.56 |
| Hex | C0 | B0 | 5F | 0 | 8 | 33 | 19 | 32 | 2B | 38 |
| Octal | 300 | 260 | 137 | 0 | 10 | 63 | 31 | 62 | 53 | 70 |
| Binary | 11000000 | 10110000 | 1011111 | 0 | 1000 | 110011 | 11001 | 110010 | 101011 | 111000 |
Color Harmonies of #C0B05F
Complementary color
Monochromatic Colors of #C0B05F
Black with #C0B05F
Text Example
Text Example
White with #C0B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B05F; }
p { color: rgb(192,176,95); }
H1.HeaderClassName
{
color: #C0B05F;
}
.AnyTagClassName
{
color: #C0B05F;
}
</style>
background-color css
<style>
a { background-color: #C0B05F; }
a { background-color: rgb(192,176,95); }
div.DivClassName
{
background-color: #C0B05F;
}
.BgClassName
{
background-color: #C0B05F;
}
</style>
border-color css
<style>
span { border-color: #C0B05F; }
span { border-color: rgb(192,176,95); }
td.TdClassName
{
border-color: #C0B05F;
}
.TagClassName
{
border-color: #C0B05F;
}
</style>