Shades of Gimblet #C0AD6C
Tints of Gimblet #C0AD6C
RGB
CMYK
RGB Variations
Color information
#C0AD6C (or 0xC0AD6C) is known color: Gimblet. HEX triplet: C0, AD and 6C. RGB value is (192,173,108). Sum of RGB (Red+Green+Blue) = 192+173+108=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD6C is #3F5293. Grayscale: #ABABAB. Windows color (decimal): -4149908 or 7122368. OLE color: 7122368.
HSL color Cylindrical-coordinate representation of color #C0AD6C: hue angle of 46.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0AD6C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 108 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.25 |
| HSL | 46.43º | 0.4% | 0.59% | - |
| HSV(B) | 46.43º | 0.44% | 0.75% | - |
| XYZ | 39.39 | 42.18 | 20.25 | - |
| YUV | 171.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 108 | 0 | 0.10 | 0.44 | 0.25 | 46.43 | 0.4 | 0.59 |
| Hex | C0 | AD | 6C | 0 | A | 2C | 19 | 2E | 28 | 3B |
| Octal | 300 | 255 | 154 | 0 | 12 | 54 | 31 | 56 | 50 | 73 |
| Binary | 11000000 | 10101101 | 1101100 | 0 | 1010 | 101100 | 11001 | 101110 | 101000 | 111011 |
Color Harmonies of #C0AD6C
Complementary color
Monochromatic Colors of #C0AD6C
Black with #C0AD6C
Text Example
Text Example
White with #C0AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD6C; }
p { color: rgb(192,173,108); }
H1.HeaderClassName
{
color: #C0AD6C;
}
.AnyTagClassName
{
color: #C0AD6C;
}
</style>
background-color css
<style>
a { background-color: #C0AD6C; }
a { background-color: rgb(192,173,108); }
div.DivClassName
{
background-color: #C0AD6C;
}
.BgClassName
{
background-color: #C0AD6C;
}
</style>
border-color css
<style>
span { border-color: #C0AD6C; }
span { border-color: rgb(192,173,108); }
td.TdClassName
{
border-color: #C0AD6C;
}
.TagClassName
{
border-color: #C0AD6C;
}
</style>