Shades of Gimblet #C0B360
Tints of Gimblet #C0B360
RGB
CMYK
RGB Variations
Color information
#C0B360 (or 0xC0B360) is known color: Gimblet. HEX triplet: C0, B3 and 60. RGB value is (192,179,96). Sum of RGB (Red+Green+Blue) = 192+179+96=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B360 is #3F4C9F. Grayscale: #ADADAD. Windows color (decimal): -4148384 or 6337472. OLE color: 6337472.
HSL color Cylindrical-coordinate representation of color #C0B360: hue angle of 51.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0B360 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 96 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.25 |
| HSL | 51.88º | 0.43% | 0.56% | - |
| HSV(B) | 51.88º | 0.5% | 0.75% | - |
| XYZ | 39.97 | 44.29 | 17.51 | - |
| YUV | 173.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 96 | 0 | 0.07 | 0.50 | 0.25 | 51.88 | 0.43 | 0.56 |
| Hex | C0 | B3 | 60 | 0 | 7 | 32 | 19 | 34 | 2B | 38 |
| Octal | 300 | 263 | 140 | 0 | 7 | 62 | 31 | 64 | 53 | 70 |
| Binary | 11000000 | 10110011 | 1100000 | 0 | 111 | 110010 | 11001 | 110100 | 101011 | 111000 |
Color Harmonies of #C0B360
Complementary color
Monochromatic Colors of #C0B360
Black with #C0B360
Text Example
Text Example
White with #C0B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B360; }
p { color: rgb(192,179,96); }
H1.HeaderClassName
{
color: #C0B360;
}
.AnyTagClassName
{
color: #C0B360;
}
</style>
background-color css
<style>
a { background-color: #C0B360; }
a { background-color: rgb(192,179,96); }
div.DivClassName
{
background-color: #C0B360;
}
.BgClassName
{
background-color: #C0B360;
}
</style>
border-color css
<style>
span { border-color: #C0B360; }
span { border-color: rgb(192,179,96); }
td.TdClassName
{
border-color: #C0B360;
}
.TagClassName
{
border-color: #C0B360;
}
</style>