Shades of Old Gold #C7AA3C
Tints of Old Gold #C7AA3C
RGB
CMYK
RGB Variations
Color information
#C7AA3C (or 0xC7AA3C) is known color: Old Gold. HEX triplet: C7, AA and 3C. RGB value is (199,170,60). Sum of RGB (Red+Green+Blue) = 199+170+60=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA3C is #3855C3. Grayscale: #A6A6A6. Windows color (decimal): -3691972 or 3975879. OLE color: 3975879.
HSL color Cylindrical-coordinate representation of color #C7AA3C: hue angle of 47.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7AA3C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 170 | 60 | - |
CMYK | 0 | 0.15 | 0.70 | 0.22 |
HSL | 47.48º | 0.55% | 0.51% | - |
HSV(B) | 47.48º | 0.7% | 0.78% | - |
XYZ | 38.74 | 41.22 | 10.19 | - |
YUV | 166.13 | 68.11 | 151.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 170 | 60 | 0 | 0.15 | 0.70 | 0.22 | 47.48 | 0.55 | 0.51 |
Hex | C7 | AA | 3C | 0 | F | 46 | 16 | 2F | 37 | 33 |
Octal | 307 | 252 | 74 | 0 | 17 | 106 | 26 | 57 | 67 | 63 |
Binary | 11000111 | 10101010 | 111100 | 0 | 1111 | 1000110 | 10110 | 101111 | 110111 | 110011 |
Color Harmonies of #C7AA3C
Complementary color
Monochromatic Colors of #C7AA3C
Black with #C7AA3C
Text Example
Text Example
White with #C7AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA3C; }
p { color: rgb(199,170,60); }
H1.HeaderClassName
{
color: #C7AA3C;
}
.AnyTagClassName
{
color: #C7AA3C;
}
</style>
background-color css
<style>
a { background-color: #C7AA3C; }
a { background-color: rgb(199,170,60); }
div.DivClassName
{
background-color: #C7AA3C;
}
.BgClassName
{
background-color: #C7AA3C;
}
</style>
border-color css
<style>
span { border-color: #C7AA3C; }
span { border-color: rgb(199,170,60); }
td.TdClassName
{
border-color: #C7AA3C;
}
.TagClassName
{
border-color: #C7AA3C;
}
</style>