Shades of Gimblet #C1AF65
Tints of Gimblet #C1AF65
RGB
CMYK
RGB Variations
Color information
#C1AF65 (or 0xC1AF65) is known color: Gimblet. HEX triplet: C1, AF and 65. RGB value is (193,175,101). Sum of RGB (Red+Green+Blue) = 193+175+101=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF65 is #3E509A. Grayscale: #ACACAC. Windows color (decimal): -4083867 or 6664129. OLE color: 6664129.
HSL color Cylindrical-coordinate representation of color #C1AF65: hue angle of 48.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1AF65 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 101 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.24 |
| HSL | 48.26º | 0.43% | 0.58% | - |
| HSV(B) | 48.26º | 0.48% | 0.76% | - |
| XYZ | 39.67 | 42.94 | 18.51 | - |
| YUV | 171.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 101 | 0 | 0.09 | 0.48 | 0.24 | 48.26 | 0.43 | 0.58 |
| Hex | C1 | AF | 65 | 0 | 9 | 30 | 18 | 30 | 2B | 3A |
| Octal | 301 | 257 | 145 | 0 | 11 | 60 | 30 | 60 | 53 | 72 |
| Binary | 11000001 | 10101111 | 1100101 | 0 | 1001 | 110000 | 11000 | 110000 | 101011 | 111010 |
Color Harmonies of #C1AF65
Complementary color
Monochromatic Colors of #C1AF65
Black with #C1AF65
Text Example
Text Example
White with #C1AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF65; }
p { color: rgb(193,175,101); }
H1.HeaderClassName
{
color: #C1AF65;
}
.AnyTagClassName
{
color: #C1AF65;
}
</style>
background-color css
<style>
a { background-color: #C1AF65; }
a { background-color: rgb(193,175,101); }
div.DivClassName
{
background-color: #C1AF65;
}
.BgClassName
{
background-color: #C1AF65;
}
</style>
border-color css
<style>
span { border-color: #C1AF65; }
span { border-color: rgb(193,175,101); }
td.TdClassName
{
border-color: #C1AF65;
}
.TagClassName
{
border-color: #C1AF65;
}
</style>