Shades of Gimblet #C0AD67
Tints of Gimblet #C0AD67
RGB
CMYK
RGB Variations
Color information
#C0AD67 (or 0xC0AD67) is known color: Gimblet. HEX triplet: C0, AD and 67. RGB value is (192,173,103). Sum of RGB (Red+Green+Blue) = 192+173+103=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD67 is #3F5298. Grayscale: #ABABAB. Windows color (decimal): -4149913 or 6794688. OLE color: 6794688.
HSL color Cylindrical-coordinate representation of color #C0AD67: hue angle of 47.19º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0AD67 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 103 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.25 |
| HSL | 47.19º | 0.41% | 0.58% | - |
| HSV(B) | 47.19º | 0.46% | 0.75% | - |
| XYZ | 39.13 | 42.07 | 18.89 | - |
| YUV | 170.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 103 | 0 | 0.10 | 0.46 | 0.25 | 47.19 | 0.41 | 0.58 |
| Hex | C0 | AD | 67 | 0 | A | 2E | 19 | 2F | 29 | 3A |
| Octal | 300 | 255 | 147 | 0 | 12 | 56 | 31 | 57 | 51 | 72 |
| Binary | 11000000 | 10101101 | 1100111 | 0 | 1010 | 101110 | 11001 | 101111 | 101001 | 111010 |
Color Harmonies of #C0AD67
Complementary color
Monochromatic Colors of #C0AD67
Black with #C0AD67
Text Example
Text Example
White with #C0AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD67; }
p { color: rgb(192,173,103); }
H1.HeaderClassName
{
color: #C0AD67;
}
.AnyTagClassName
{
color: #C0AD67;
}
</style>
background-color css
<style>
a { background-color: #C0AD67; }
a { background-color: rgb(192,173,103); }
div.DivClassName
{
background-color: #C0AD67;
}
.BgClassName
{
background-color: #C0AD67;
}
</style>
border-color css
<style>
span { border-color: #C0AD67; }
span { border-color: rgb(192,173,103); }
td.TdClassName
{
border-color: #C0AD67;
}
.TagClassName
{
border-color: #C0AD67;
}
</style>