Shades of Gimblet #C0AF69
Tints of Gimblet #C0AF69
RGB
CMYK
RGB Variations
Color information
#C0AF69 (or 0xC0AF69) is known color: Gimblet. HEX triplet: C0, AF and 69. RGB value is (192,175,105). Sum of RGB (Red+Green+Blue) = 192+175+105=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF69 is #3F5096. Grayscale: #ACACAC. Windows color (decimal): -4149399 or 6926272. OLE color: 6926272.
HSL color Cylindrical-coordinate representation of color #C0AF69: hue angle of 48.28º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0AF69 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 105 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.25 |
| HSL | 48.28º | 0.41% | 0.58% | - |
| HSV(B) | 48.28º | 0.45% | 0.75% | - |
| XYZ | 39.62 | 42.89 | 19.55 | - |
| YUV | 172.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 105 | 0 | 0.09 | 0.45 | 0.25 | 48.28 | 0.41 | 0.58 |
| Hex | C0 | AF | 69 | 0 | 9 | 2D | 19 | 30 | 29 | 3A |
| Octal | 300 | 257 | 151 | 0 | 11 | 55 | 31 | 60 | 51 | 72 |
| Binary | 11000000 | 10101111 | 1101001 | 0 | 1001 | 101101 | 11001 | 110000 | 101001 | 111010 |
Color Harmonies of #C0AF69
Complementary color
Monochromatic Colors of #C0AF69
Black with #C0AF69
Text Example
Text Example
White with #C0AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF69; }
p { color: rgb(192,175,105); }
H1.HeaderClassName
{
color: #C0AF69;
}
.AnyTagClassName
{
color: #C0AF69;
}
</style>
background-color css
<style>
a { background-color: #C0AF69; }
a { background-color: rgb(192,175,105); }
div.DivClassName
{
background-color: #C0AF69;
}
.BgClassName
{
background-color: #C0AF69;
}
</style>
border-color css
<style>
span { border-color: #C0AF69; }
span { border-color: rgb(192,175,105); }
td.TdClassName
{
border-color: #C0AF69;
}
.TagClassName
{
border-color: #C0AF69;
}
</style>