Shades of Gimblet #C0AD5F
Tints of Gimblet #C0AD5F
RGB
CMYK
RGB Variations
Color information
#C0AD5F (or 0xC0AD5F) is known color: Gimblet. HEX triplet: C0, AD and 5F. RGB value is (192,173,95). Sum of RGB (Red+Green+Blue) = 192+173+95=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD5F is #3F52A0. Grayscale: #AAAAAA. Windows color (decimal): -4149921 or 6270400. OLE color: 6270400.
HSL color Cylindrical-coordinate representation of color #C0AD5F: hue angle of 48.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0AD5F is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 95 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.25 |
| HSL | 48.25º | 0.43% | 0.56% | - |
| HSV(B) | 48.25º | 0.51% | 0.75% | - |
| XYZ | 38.75 | 41.92 | 16.88 | - |
| YUV | 169.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 95 | 0 | 0.10 | 0.51 | 0.25 | 48.25 | 0.43 | 0.56 |
| Hex | C0 | AD | 5F | 0 | A | 33 | 19 | 30 | 2B | 38 |
| Octal | 300 | 255 | 137 | 0 | 12 | 63 | 31 | 60 | 53 | 70 |
| Binary | 11000000 | 10101101 | 1011111 | 0 | 1010 | 110011 | 11001 | 110000 | 101011 | 111000 |
Color Harmonies of #C0AD5F
Complementary color
Monochromatic Colors of #C0AD5F
Black with #C0AD5F
Text Example
Text Example
White with #C0AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD5F; }
p { color: rgb(192,173,95); }
H1.HeaderClassName
{
color: #C0AD5F;
}
.AnyTagClassName
{
color: #C0AD5F;
}
</style>
background-color css
<style>
a { background-color: #C0AD5F; }
a { background-color: rgb(192,173,95); }
div.DivClassName
{
background-color: #C0AD5F;
}
.BgClassName
{
background-color: #C0AD5F;
}
</style>
border-color css
<style>
span { border-color: #C0AD5F; }
span { border-color: rgb(192,173,95); }
td.TdClassName
{
border-color: #C0AD5F;
}
.TagClassName
{
border-color: #C0AD5F;
}
</style>