Shades of Gimblet #C0AF5F
Tints of Gimblet #C0AF5F
RGB
CMYK
RGB Variations
Color information
#C0AF5F (or 0xC0AF5F) is known color: Gimblet. HEX triplet: C0, AF and 5F. RGB value is (192,175,95). Sum of RGB (Red+Green+Blue) = 192+175+95=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF5F is #3F50A0. Grayscale: #ABABAB. Windows color (decimal): -4149409 or 6270912. OLE color: 6270912.
HSL color Cylindrical-coordinate representation of color #C0AF5F: hue angle of 49.48º 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 #C0AF5F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 95 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.25 |
| HSL | 49.48º | 0.43% | 0.56% | - |
| HSV(B) | 49.48º | 0.51% | 0.75% | - |
| XYZ | 39.13 | 42.69 | 17 | - |
| YUV | 170.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 95 | 0 | 0.09 | 0.51 | 0.25 | 49.48 | 0.43 | 0.56 |
| Hex | C0 | AF | 5F | 0 | 9 | 33 | 19 | 31 | 2B | 38 |
| Octal | 300 | 257 | 137 | 0 | 11 | 63 | 31 | 61 | 53 | 70 |
| Binary | 11000000 | 10101111 | 1011111 | 0 | 1001 | 110011 | 11001 | 110001 | 101011 | 111000 |
Color Harmonies of #C0AF5F
Complementary color
Monochromatic Colors of #C0AF5F
Black with #C0AF5F
Text Example
Text Example
White with #C0AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF5F; }
p { color: rgb(192,175,95); }
H1.HeaderClassName
{
color: #C0AF5F;
}
.AnyTagClassName
{
color: #C0AF5F;
}
</style>
background-color css
<style>
a { background-color: #C0AF5F; }
a { background-color: rgb(192,175,95); }
div.DivClassName
{
background-color: #C0AF5F;
}
.BgClassName
{
background-color: #C0AF5F;
}
</style>
border-color css
<style>
span { border-color: #C0AF5F; }
span { border-color: rgb(192,175,95); }
td.TdClassName
{
border-color: #C0AF5F;
}
.TagClassName
{
border-color: #C0AF5F;
}
</style>