Shades of Gimblet #C0B35D
Tints of Gimblet #C0B35D
RGB
CMYK
RGB Variations
Color information
#C0B35D (or 0xC0B35D) is known color: Gimblet. HEX triplet: C0, B3 and 5D. RGB value is (192,179,93). Sum of RGB (Red+Green+Blue) = 192+179+93=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B35D is #3F4CA2. Grayscale: #ADADAD. Windows color (decimal): -4148387 or 6140864. OLE color: 6140864.
HSL color Cylindrical-coordinate representation of color #C0B35D: hue angle of 52.12º 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 #C0B35D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 93 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.25 |
| HSL | 52.12º | 0.44% | 0.56% | - |
| HSV(B) | 52.12º | 0.52% | 0.75% | - |
| XYZ | 39.83 | 44.24 | 16.8 | - |
| YUV | 173.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 93 | 0 | 0.07 | 0.52 | 0.25 | 52.12 | 0.44 | 0.56 |
| Hex | C0 | B3 | 5D | 0 | 7 | 34 | 19 | 34 | 2C | 38 |
| Octal | 300 | 263 | 135 | 0 | 7 | 64 | 31 | 64 | 54 | 70 |
| Binary | 11000000 | 10110011 | 1011101 | 0 | 111 | 110100 | 11001 | 110100 | 101100 | 111000 |
Color Harmonies of #C0B35D
Complementary color
Monochromatic Colors of #C0B35D
Black with #C0B35D
Text Example
Text Example
White with #C0B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B35D; }
p { color: rgb(192,179,93); }
H1.HeaderClassName
{
color: #C0B35D;
}
.AnyTagClassName
{
color: #C0B35D;
}
</style>
background-color css
<style>
a { background-color: #C0B35D; }
a { background-color: rgb(192,179,93); }
div.DivClassName
{
background-color: #C0B35D;
}
.BgClassName
{
background-color: #C0B35D;
}
</style>
border-color css
<style>
span { border-color: #C0B35D; }
span { border-color: rgb(192,179,93); }
td.TdClassName
{
border-color: #C0B35D;
}
.TagClassName
{
border-color: #C0B35D;
}
</style>