Shades of Gimblet #C0B266
Tints of Gimblet #C0B266
RGB
CMYK
RGB Variations
Color information
#C0B266 (or 0xC0B266) is known color: Gimblet. HEX triplet: C0, B2 and 66. RGB value is (192,178,102). Sum of RGB (Red+Green+Blue) = 192+178+102=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B266 is #3F4D99. Grayscale: #ADADAD. Windows color (decimal): -4148634 or 6730432. OLE color: 6730432.
HSL color Cylindrical-coordinate representation of color #C0B266: hue angle of 50.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B266 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 102 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.25 |
| HSL | 50.67º | 0.42% | 0.58% | - |
| HSV(B) | 50.67º | 0.47% | 0.75% | - |
| XYZ | 40.06 | 44.01 | 18.95 | - |
| YUV | 173.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 102 | 0 | 0.07 | 0.47 | 0.25 | 50.67 | 0.42 | 0.58 |
| Hex | C0 | B2 | 66 | 0 | 7 | 2F | 19 | 33 | 2A | 3A |
| Octal | 300 | 262 | 146 | 0 | 7 | 57 | 31 | 63 | 52 | 72 |
| Binary | 11000000 | 10110010 | 1100110 | 0 | 111 | 101111 | 11001 | 110011 | 101010 | 111010 |
Color Harmonies of #C0B266
Complementary color
Monochromatic Colors of #C0B266
Black with #C0B266
Text Example
Text Example
White with #C0B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B266; }
p { color: rgb(192,178,102); }
H1.HeaderClassName
{
color: #C0B266;
}
.AnyTagClassName
{
color: #C0B266;
}
</style>
background-color css
<style>
a { background-color: #C0B266; }
a { background-color: rgb(192,178,102); }
div.DivClassName
{
background-color: #C0B266;
}
.BgClassName
{
background-color: #C0B266;
}
</style>
border-color css
<style>
span { border-color: #C0B266; }
span { border-color: rgb(192,178,102); }
td.TdClassName
{
border-color: #C0B266;
}
.TagClassName
{
border-color: #C0B266;
}
</style>