Shades of Gimblet #C2AF63
Tints of Gimblet #C2AF63
RGB
CMYK
RGB Variations
Color information
#C2AF63 (or 0xC2AF63) is known color: Gimblet. HEX triplet: C2, AF and 63. RGB value is (194,175,99). Sum of RGB (Red+Green+Blue) = 194+175+99=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF63 is #3D509C. Grayscale: #ACACAC. Windows color (decimal): -4018333 or 6533058. OLE color: 6533058.
HSL color Cylindrical-coordinate representation of color #C2AF63: hue angle of 48º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2AF63 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 99 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.24 |
| HSL | 48º | 0.44% | 0.57% | - |
| HSV(B) | 48º | 0.49% | 0.76% | - |
| XYZ | 39.83 | 43.03 | 18.01 | - |
| YUV | 172.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 99 | 0 | 0.10 | 0.49 | 0.24 | 48 | 0.44 | 0.57 |
| Hex | C2 | AF | 63 | 0 | A | 31 | 18 | 30 | 2C | 39 |
| Octal | 302 | 257 | 143 | 0 | 12 | 61 | 30 | 60 | 54 | 71 |
| Binary | 11000010 | 10101111 | 1100011 | 0 | 1010 | 110001 | 11000 | 110000 | 101100 | 111001 |
Color Harmonies of #C2AF63
Complementary color
Monochromatic Colors of #C2AF63
Black with #C2AF63
Text Example
Text Example
White with #C2AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF63; }
p { color: rgb(194,175,99); }
H1.HeaderClassName
{
color: #C2AF63;
}
.AnyTagClassName
{
color: #C2AF63;
}
</style>
background-color css
<style>
a { background-color: #C2AF63; }
a { background-color: rgb(194,175,99); }
div.DivClassName
{
background-color: #C2AF63;
}
.BgClassName
{
background-color: #C2AF63;
}
</style>
border-color css
<style>
span { border-color: #C2AF63; }
span { border-color: rgb(194,175,99); }
td.TdClassName
{
border-color: #C2AF63;
}
.TagClassName
{
border-color: #C2AF63;
}
</style>