Shades of Old Gold #C3AF3F
Tints of Old Gold #C3AF3F
RGB
CMYK
RGB Variations
Color information
#C3AF3F (or 0xC3AF3F) is known color: Old Gold. HEX triplet: C3, AF and 3F. RGB value is (195,175,63). Sum of RGB (Red+Green+Blue) = 195+175+63=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF3F is #3C50C0. Grayscale: #A8A8A8. Windows color (decimal): -3952833 or 4173763. OLE color: 4173763.
HSL color Cylindrical-coordinate representation of color #C3AF3F: hue angle of 50.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3AF3F is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 63 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.24 |
| HSL | 50.91º | 0.52% | 0.51% | - |
| HSV(B) | 50.91º | 0.68% | 0.76% | - |
| XYZ | 38.73 | 42.62 | 10.89 | - |
| YUV | 168.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 63 | 0 | 0.10 | 0.68 | 0.24 | 50.91 | 0.52 | 0.51 |
| Hex | C3 | AF | 3F | 0 | A | 44 | 18 | 33 | 34 | 33 |
| Octal | 303 | 257 | 77 | 0 | 12 | 104 | 30 | 63 | 64 | 63 |
| Binary | 11000011 | 10101111 | 111111 | 0 | 1010 | 1000100 | 11000 | 110011 | 110100 | 110011 |
Color Harmonies of #C3AF3F
Complementary color
Monochromatic Colors of #C3AF3F
Black with #C3AF3F
Text Example
Text Example
White with #C3AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF3F; }
p { color: rgb(195,175,63); }
H1.HeaderClassName
{
color: #C3AF3F;
}
.AnyTagClassName
{
color: #C3AF3F;
}
</style>
background-color css
<style>
a { background-color: #C3AF3F; }
a { background-color: rgb(195,175,63); }
div.DivClassName
{
background-color: #C3AF3F;
}
.BgClassName
{
background-color: #C3AF3F;
}
</style>
border-color css
<style>
span { border-color: #C3AF3F; }
span { border-color: rgb(195,175,63); }
td.TdClassName
{
border-color: #C3AF3F;
}
.TagClassName
{
border-color: #C3AF3F;
}
</style>