Shades of Gimblet #C0AD66
Tints of Gimblet #C0AD66
RGB
CMYK
RGB Variations
Color information
#C0AD66 (or 0xC0AD66) is known color: Gimblet. HEX triplet: C0, AD and 66. RGB value is (192,173,102). Sum of RGB (Red+Green+Blue) = 192+173+102=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD66 is #3F5299. Grayscale: #AAAAAA. Windows color (decimal): -4149914 or 6729152. OLE color: 6729152.
HSL color Cylindrical-coordinate representation of color #C0AD66: hue angle of 47.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0AD66 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 102 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.25 |
| HSL | 47.33º | 0.42% | 0.58% | - |
| HSV(B) | 47.33º | 0.47% | 0.75% | - |
| XYZ | 39.08 | 42.05 | 18.63 | - |
| YUV | 170.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 102 | 0 | 0.10 | 0.47 | 0.25 | 47.33 | 0.42 | 0.58 |
| Hex | C0 | AD | 66 | 0 | A | 2F | 19 | 2F | 2A | 3A |
| Octal | 300 | 255 | 146 | 0 | 12 | 57 | 31 | 57 | 52 | 72 |
| Binary | 11000000 | 10101101 | 1100110 | 0 | 1010 | 101111 | 11001 | 101111 | 101010 | 111010 |
Color Harmonies of #C0AD66
Complementary color
Monochromatic Colors of #C0AD66
Black with #C0AD66
Text Example
Text Example
White with #C0AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD66; }
p { color: rgb(192,173,102); }
H1.HeaderClassName
{
color: #C0AD66;
}
.AnyTagClassName
{
color: #C0AD66;
}
</style>
background-color css
<style>
a { background-color: #C0AD66; }
a { background-color: rgb(192,173,102); }
div.DivClassName
{
background-color: #C0AD66;
}
.BgClassName
{
background-color: #C0AD66;
}
</style>
border-color css
<style>
span { border-color: #C0AD66; }
span { border-color: rgb(192,173,102); }
td.TdClassName
{
border-color: #C0AD66;
}
.TagClassName
{
border-color: #C0AD66;
}
</style>