Shades of Old Gold #C2AE3C
Tints of Old Gold #C2AE3C
RGB
CMYK
RGB Variations
Color information
#C2AE3C (or 0xC2AE3C) is known color: Old Gold. HEX triplet: C2, AE and 3C. RGB value is (194,174,60). Sum of RGB (Red+Green+Blue) = 194+174+60=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE3C is #3D51C3. Grayscale: #A7A7A7. Windows color (decimal): -4018628 or 3976898. OLE color: 3976898.
HSL color Cylindrical-coordinate representation of color #C2AE3C: hue angle of 51.04º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2AE3C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 60 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.24 |
| HSL | 51.04º | 0.53% | 0.5% | - |
| HSV(B) | 51.04º | 0.69% | 0.76% | - |
| XYZ | 38.2 | 42.07 | 10.38 | - |
| YUV | 166.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 60 | 0 | 0.10 | 0.69 | 0.24 | 51.04 | 0.53 | 0.5 |
| Hex | C2 | AE | 3C | 0 | A | 45 | 18 | 33 | 35 | 32 |
| Octal | 302 | 256 | 74 | 0 | 12 | 105 | 30 | 63 | 65 | 62 |
| Binary | 11000010 | 10101110 | 111100 | 0 | 1010 | 1000101 | 11000 | 110011 | 110101 | 110010 |
Color Harmonies of #C2AE3C
Complementary color
Monochromatic Colors of #C2AE3C
Black with #C2AE3C
Text Example
Text Example
White with #C2AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE3C; }
p { color: rgb(194,174,60); }
H1.HeaderClassName
{
color: #C2AE3C;
}
.AnyTagClassName
{
color: #C2AE3C;
}
</style>
background-color css
<style>
a { background-color: #C2AE3C; }
a { background-color: rgb(194,174,60); }
div.DivClassName
{
background-color: #C2AE3C;
}
.BgClassName
{
background-color: #C2AE3C;
}
</style>
border-color css
<style>
span { border-color: #C2AE3C; }
span { border-color: rgb(194,174,60); }
td.TdClassName
{
border-color: #C2AE3C;
}
.TagClassName
{
border-color: #C2AE3C;
}
</style>