Shades of Gimblet #C0B462
Tints of Gimblet #C0B462
RGB
CMYK
RGB Variations
Color information
#C0B462 (or 0xC0B462) is known color: Gimblet. HEX triplet: C0, B4 and 62. RGB value is (192,180,98). Sum of RGB (Red+Green+Blue) = 192+180+98=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B462 is #3F4B9D. Grayscale: #AEAEAE. Windows color (decimal): -4148126 or 6468800. OLE color: 6468800.
HSL color Cylindrical-coordinate representation of color #C0B462: hue angle of 52.34º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0B462 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 98 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.25 |
| HSL | 52.34º | 0.43% | 0.57% | - |
| HSV(B) | 52.34º | 0.49% | 0.75% | - |
| XYZ | 40.26 | 44.73 | 18.07 | - |
| YUV | 174.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 98 | 0 | 0.06 | 0.49 | 0.25 | 52.34 | 0.43 | 0.57 |
| Hex | C0 | B4 | 62 | 0 | 6 | 31 | 19 | 34 | 2B | 39 |
| Octal | 300 | 264 | 142 | 0 | 6 | 61 | 31 | 64 | 53 | 71 |
| Binary | 11000000 | 10110100 | 1100010 | 0 | 110 | 110001 | 11001 | 110100 | 101011 | 111001 |
Color Harmonies of #C0B462
Complementary color
Monochromatic Colors of #C0B462
Black with #C0B462
Text Example
Text Example
White with #C0B462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B462; }
p { color: rgb(192,180,98); }
H1.HeaderClassName
{
color: #C0B462;
}
.AnyTagClassName
{
color: #C0B462;
}
</style>
background-color css
<style>
a { background-color: #C0B462; }
a { background-color: rgb(192,180,98); }
div.DivClassName
{
background-color: #C0B462;
}
.BgClassName
{
background-color: #C0B462;
}
</style>
border-color css
<style>
span { border-color: #C0B462; }
span { border-color: rgb(192,180,98); }
td.TdClassName
{
border-color: #C0B462;
}
.TagClassName
{
border-color: #C0B462;
}
</style>