Shades of Old Gold #C2AF3B
Tints of Old Gold #C2AF3B
RGB
CMYK
RGB Variations
Color information
#C2AF3B (or 0xC2AF3B) is known color: Old Gold. HEX triplet: C2, AF and 3B. RGB value is (194,175,59). Sum of RGB (Red+Green+Blue) = 194+175+59=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF3B is #3D50C4. Grayscale: #A7A7A7. Windows color (decimal): -4018373 or 3911618. OLE color: 3911618.
HSL color Cylindrical-coordinate representation of color #C2AF3B: hue angle of 51.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2AF3B is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 59 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.24 |
| HSL | 51.56º | 0.53% | 0.5% | - |
| HSV(B) | 51.56º | 0.7% | 0.76% | - |
| XYZ | 38.37 | 42.45 | 10.31 | - |
| YUV | 167.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 59 | 0 | 0.10 | 0.70 | 0.24 | 51.56 | 0.53 | 0.5 |
| Hex | C2 | AF | 3B | 0 | A | 46 | 18 | 34 | 35 | 32 |
| Octal | 302 | 257 | 73 | 0 | 12 | 106 | 30 | 64 | 65 | 62 |
| Binary | 11000010 | 10101111 | 111011 | 0 | 1010 | 1000110 | 11000 | 110100 | 110101 | 110010 |
Color Harmonies of #C2AF3B
Complementary color
Monochromatic Colors of #C2AF3B
Black with #C2AF3B
Text Example
Text Example
White with #C2AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF3B; }
p { color: rgb(194,175,59); }
H1.HeaderClassName
{
color: #C2AF3B;
}
.AnyTagClassName
{
color: #C2AF3B;
}
</style>
background-color css
<style>
a { background-color: #C2AF3B; }
a { background-color: rgb(194,175,59); }
div.DivClassName
{
background-color: #C2AF3B;
}
.BgClassName
{
background-color: #C2AF3B;
}
</style>
border-color css
<style>
span { border-color: #C2AF3B; }
span { border-color: rgb(194,175,59); }
td.TdClassName
{
border-color: #C2AF3B;
}
.TagClassName
{
border-color: #C2AF3B;
}
</style>