Shades of Gimblet #C2AF62
Tints of Gimblet #C2AF62
RGB
CMYK
RGB Variations
Color information
#C2AF62 (or 0xC2AF62) is known color: Gimblet. HEX triplet: C2, AF and 62. RGB value is (194,175,98). Sum of RGB (Red+Green+Blue) = 194+175+98=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF62 is #3D509D. Grayscale: #ACACAC. Windows color (decimal): -4018334 or 6467522. OLE color: 6467522.
HSL color Cylindrical-coordinate representation of color #C2AF62: hue angle of 48.12º 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 #C2AF62 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 98 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.24 |
| HSL | 48.13º | 0.44% | 0.57% | - |
| HSV(B) | 48.13º | 0.49% | 0.76% | - |
| XYZ | 39.78 | 43.01 | 17.76 | - |
| YUV | 171.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 98 | 0 | 0.10 | 0.49 | 0.24 | 48.13 | 0.44 | 0.57 |
| Hex | C2 | AF | 62 | 0 | A | 31 | 18 | 30 | 2C | 39 |
| Octal | 302 | 257 | 142 | 0 | 12 | 61 | 30 | 60 | 54 | 71 |
| Binary | 11000010 | 10101111 | 1100010 | 0 | 1010 | 110001 | 11000 | 110000 | 101100 | 111001 |
Color Harmonies of #C2AF62
Complementary color
Monochromatic Colors of #C2AF62
Black with #C2AF62
Text Example
Text Example
White with #C2AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF62; }
p { color: rgb(194,175,98); }
H1.HeaderClassName
{
color: #C2AF62;
}
.AnyTagClassName
{
color: #C2AF62;
}
</style>
background-color css
<style>
a { background-color: #C2AF62; }
a { background-color: rgb(194,175,98); }
div.DivClassName
{
background-color: #C2AF62;
}
.BgClassName
{
background-color: #C2AF62;
}
</style>
border-color css
<style>
span { border-color: #C2AF62; }
span { border-color: rgb(194,175,98); }
td.TdClassName
{
border-color: #C2AF62;
}
.TagClassName
{
border-color: #C2AF62;
}
</style>