Shades of Gimblet #C0B65E
Tints of Gimblet #C0B65E
RGB
CMYK
RGB Variations
Color information
#C0B65E (or 0xC0B65E) is known color: Gimblet. HEX triplet: C0, B6 and 5E. RGB value is (192,182,94). Sum of RGB (Red+Green+Blue) = 192+182+94=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B65E is #3F49A1. Grayscale: #AFAFAF. Windows color (decimal): -4147618 or 6207168. OLE color: 6207168.
HSL color Cylindrical-coordinate representation of color #C0B65E: hue angle of 53.88º degrees, saturation: 0.44, 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 #C0B65E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 94 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.25 |
| HSL | 53.88º | 0.44% | 0.56% | - |
| HSV(B) | 53.88º | 0.51% | 0.75% | - |
| XYZ | 40.49 | 45.47 | 17.23 | - |
| YUV | 174.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 94 | 0 | 0.05 | 0.51 | 0.25 | 53.88 | 0.44 | 0.56 |
| Hex | C0 | B6 | 5E | 0 | 5 | 33 | 19 | 36 | 2C | 38 |
| Octal | 300 | 266 | 136 | 0 | 5 | 63 | 31 | 66 | 54 | 70 |
| Binary | 11000000 | 10110110 | 1011110 | 0 | 101 | 110011 | 11001 | 110110 | 101100 | 111000 |
Color Harmonies of #C0B65E
Complementary color
Monochromatic Colors of #C0B65E
Black with #C0B65E
Text Example
Text Example
White with #C0B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B65E; }
p { color: rgb(192,182,94); }
H1.HeaderClassName
{
color: #C0B65E;
}
.AnyTagClassName
{
color: #C0B65E;
}
</style>
background-color css
<style>
a { background-color: #C0B65E; }
a { background-color: rgb(192,182,94); }
div.DivClassName
{
background-color: #C0B65E;
}
.BgClassName
{
background-color: #C0B65E;
}
</style>
border-color css
<style>
span { border-color: #C0B65E; }
span { border-color: rgb(192,182,94); }
td.TdClassName
{
border-color: #C0B65E;
}
.TagClassName
{
border-color: #C0B65E;
}
</style>