Shades of Metallic Gold #CCA632
Tints of Metallic Gold #CCA632
RGB
CMYK
RGB Variations
Color information
#CCA632 (or 0xCCA632) is known color: Metallic Gold. HEX triplet: CC, A6 and 32. RGB value is (204,166,50). Sum of RGB (Red+Green+Blue) = 204+166+50=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA632 is #3359CD. Grayscale: #A4A4A4. Windows color (decimal): -3365326 or 3319500. OLE color: 3319500.
HSL color Cylindrical-coordinate representation of color #CCA632: hue angle of 45.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCA632 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 50 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.2 |
| HSL | 45.19º | 0.61% | 0.5% | - |
| HSV(B) | 45.19º | 0.75% | 0.8% | - |
| XYZ | 39.11 | 40.34 | 8.74 | - |
| YUV | 164.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 50 | 0 | 0.19 | 0.75 | 0.2 | 45.19 | 0.61 | 0.5 |
| Hex | CC | A6 | 32 | 0 | 13 | 4B | 14 | 2D | 3D | 32 |
| Octal | 314 | 246 | 62 | 0 | 23 | 113 | 24 | 55 | 75 | 62 |
| Binary | 11001100 | 10100110 | 110010 | 0 | 10011 | 1001011 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CCA632
Complementary color
Monochromatic Colors of #CCA632
Black with #CCA632
Text Example
Text Example
White with #CCA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA632; }
p { color: rgb(204,166,50); }
H1.HeaderClassName
{
color: #CCA632;
}
.AnyTagClassName
{
color: #CCA632;
}
</style>
background-color css
<style>
a { background-color: #CCA632; }
a { background-color: rgb(204,166,50); }
div.DivClassName
{
background-color: #CCA632;
}
.BgClassName
{
background-color: #CCA632;
}
</style>
border-color css
<style>
span { border-color: #CCA632; }
span { border-color: rgb(204,166,50); }
td.TdClassName
{
border-color: #CCA632;
}
.TagClassName
{
border-color: #CCA632;
}
</style>