Shades of Gimblet #C0AD65
Tints of Gimblet #C0AD65
RGB
CMYK
RGB Variations
Color information
#C0AD65 (or 0xC0AD65) is known color: Gimblet. HEX triplet: C0, AD and 65. RGB value is (192,173,101). Sum of RGB (Red+Green+Blue) = 192+173+101=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD65 is #3F529A. Grayscale: #AAAAAA. Windows color (decimal): -4149915 or 6663616. OLE color: 6663616.
HSL color Cylindrical-coordinate representation of color #C0AD65: hue angle of 47.47º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0AD65 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 101 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.25 |
| HSL | 47.47º | 0.42% | 0.57% | - |
| HSV(B) | 47.47º | 0.47% | 0.75% | - |
| XYZ | 39.03 | 42.03 | 18.37 | - |
| YUV | 170.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 101 | 0 | 0.10 | 0.47 | 0.25 | 47.47 | 0.42 | 0.57 |
| Hex | C0 | AD | 65 | 0 | A | 2F | 19 | 2F | 2A | 39 |
| Octal | 300 | 255 | 145 | 0 | 12 | 57 | 31 | 57 | 52 | 71 |
| Binary | 11000000 | 10101101 | 1100101 | 0 | 1010 | 101111 | 11001 | 101111 | 101010 | 111001 |
Color Harmonies of #C0AD65
Complementary color
Monochromatic Colors of #C0AD65
Black with #C0AD65
Text Example
Text Example
White with #C0AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD65; }
p { color: rgb(192,173,101); }
H1.HeaderClassName
{
color: #C0AD65;
}
.AnyTagClassName
{
color: #C0AD65;
}
</style>
background-color css
<style>
a { background-color: #C0AD65; }
a { background-color: rgb(192,173,101); }
div.DivClassName
{
background-color: #C0AD65;
}
.BgClassName
{
background-color: #C0AD65;
}
</style>
border-color css
<style>
span { border-color: #C0AD65; }
span { border-color: rgb(192,173,101); }
td.TdClassName
{
border-color: #C0AD65;
}
.TagClassName
{
border-color: #C0AD65;
}
</style>