Shades of Old Gold #C2AF3F
Tints of Old Gold #C2AF3F
RGB
CMYK
RGB Variations
Color information
#C2AF3F (or 0xC2AF3F) is known color: Old Gold. HEX triplet: C2, AF and 3F. RGB value is (194,175,63). Sum of RGB (Red+Green+Blue) = 194+175+63=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF3F is #3D50C0. Grayscale: #A8A8A8. Windows color (decimal): -4018369 or 4173762. OLE color: 4173762.
HSL color Cylindrical-coordinate representation of color #C2AF3F: hue angle of 51.3º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2AF3F is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 63 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.24 |
| HSL | 51.3º | 0.52% | 0.5% | - |
| HSV(B) | 51.3º | 0.68% | 0.76% | - |
| XYZ | 38.48 | 42.49 | 10.88 | - |
| YUV | 167.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 63 | 0 | 0.10 | 0.68 | 0.24 | 51.3 | 0.52 | 0.5 |
| Hex | C2 | AF | 3F | 0 | A | 44 | 18 | 33 | 34 | 32 |
| Octal | 302 | 257 | 77 | 0 | 12 | 104 | 30 | 63 | 64 | 62 |
| Binary | 11000010 | 10101111 | 111111 | 0 | 1010 | 1000100 | 11000 | 110011 | 110100 | 110010 |
Color Harmonies of #C2AF3F
Complementary color
Monochromatic Colors of #C2AF3F
Black with #C2AF3F
Text Example
Text Example
White with #C2AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF3F; }
p { color: rgb(194,175,63); }
H1.HeaderClassName
{
color: #C2AF3F;
}
.AnyTagClassName
{
color: #C2AF3F;
}
</style>
background-color css
<style>
a { background-color: #C2AF3F; }
a { background-color: rgb(194,175,63); }
div.DivClassName
{
background-color: #C2AF3F;
}
.BgClassName
{
background-color: #C2AF3F;
}
</style>
border-color css
<style>
span { border-color: #C2AF3F; }
span { border-color: rgb(194,175,63); }
td.TdClassName
{
border-color: #C2AF3F;
}
.TagClassName
{
border-color: #C2AF3F;
}
</style>