Shades of Gimblet #C0B35C
Tints of Gimblet #C0B35C
RGB
CMYK
RGB Variations
Color information
#C0B35C (or 0xC0B35C) is known color: Gimblet. HEX triplet: C0, B3 and 5C. RGB value is (192,179,92). Sum of RGB (Red+Green+Blue) = 192+179+92=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B35C is #3F4CA3. Grayscale: #ADADAD. Windows color (decimal): -4148388 or 6075328. OLE color: 6075328.
HSL color Cylindrical-coordinate representation of color #C0B35C: hue angle of 52.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0B35C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 92 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.25 |
| HSL | 52.2º | 0.44% | 0.56% | - |
| HSV(B) | 52.2º | 0.52% | 0.75% | - |
| XYZ | 39.79 | 44.22 | 16.56 | - |
| YUV | 172.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 92 | 0 | 0.07 | 0.52 | 0.25 | 52.2 | 0.44 | 0.56 |
| Hex | C0 | B3 | 5C | 0 | 7 | 34 | 19 | 34 | 2C | 38 |
| Octal | 300 | 263 | 134 | 0 | 7 | 64 | 31 | 64 | 54 | 70 |
| Binary | 11000000 | 10110011 | 1011100 | 0 | 111 | 110100 | 11001 | 110100 | 101100 | 111000 |
Color Harmonies of #C0B35C
Complementary color
Monochromatic Colors of #C0B35C
Black with #C0B35C
Text Example
Text Example
White with #C0B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B35C; }
p { color: rgb(192,179,92); }
H1.HeaderClassName
{
color: #C0B35C;
}
.AnyTagClassName
{
color: #C0B35C;
}
</style>
background-color css
<style>
a { background-color: #C0B35C; }
a { background-color: rgb(192,179,92); }
div.DivClassName
{
background-color: #C0B35C;
}
.BgClassName
{
background-color: #C0B35C;
}
</style>
border-color css
<style>
span { border-color: #C0B35C; }
span { border-color: rgb(192,179,92); }
td.TdClassName
{
border-color: #C0B35C;
}
.TagClassName
{
border-color: #C0B35C;
}
</style>