Shades of Gimblet #C0AD5D
Tints of Gimblet #C0AD5D
RGB
CMYK
RGB Variations
Color information
#C0AD5D (or 0xC0AD5D) is known color: Gimblet. HEX triplet: C0, AD and 5D. RGB value is (192,173,93). Sum of RGB (Red+Green+Blue) = 192+173+93=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD5D is #3F52A2. Grayscale: #A9A9A9. Windows color (decimal): -4149923 or 6139328. OLE color: 6139328.
HSL color Cylindrical-coordinate representation of color #C0AD5D: hue angle of 48.48º 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 #C0AD5D is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 93 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.25 |
| HSL | 48.48º | 0.44% | 0.56% | - |
| HSV(B) | 48.48º | 0.52% | 0.75% | - |
| XYZ | 38.66 | 41.88 | 16.4 | - |
| YUV | 169.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 93 | 0 | 0.10 | 0.52 | 0.25 | 48.48 | 0.44 | 0.56 |
| Hex | C0 | AD | 5D | 0 | A | 34 | 19 | 30 | 2C | 38 |
| Octal | 300 | 255 | 135 | 0 | 12 | 64 | 31 | 60 | 54 | 70 |
| Binary | 11000000 | 10101101 | 1011101 | 0 | 1010 | 110100 | 11001 | 110000 | 101100 | 111000 |
Color Harmonies of #C0AD5D
Complementary color
Monochromatic Colors of #C0AD5D
Black with #C0AD5D
Text Example
Text Example
White with #C0AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD5D; }
p { color: rgb(192,173,93); }
H1.HeaderClassName
{
color: #C0AD5D;
}
.AnyTagClassName
{
color: #C0AD5D;
}
</style>
background-color css
<style>
a { background-color: #C0AD5D; }
a { background-color: rgb(192,173,93); }
div.DivClassName
{
background-color: #C0AD5D;
}
.BgClassName
{
background-color: #C0AD5D;
}
</style>
border-color css
<style>
span { border-color: #C0AD5D; }
span { border-color: rgb(192,173,93); }
td.TdClassName
{
border-color: #C0AD5D;
}
.TagClassName
{
border-color: #C0AD5D;
}
</style>