Shades of Metallic Gold #CAA632
Tints of Metallic Gold #CAA632
RGB
CMYK
RGB Variations
Color information
#CAA632 (or 0xCAA632) is known color: Metallic Gold. HEX triplet: CA, A6 and 32. RGB value is (202,166,50). Sum of RGB (Red+Green+Blue) = 202+166+50=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA632 is #3559CD. Grayscale: #A4A4A4. Windows color (decimal): -3496398 or 3319498. OLE color: 3319498.
HSL color Cylindrical-coordinate representation of color #CAA632: hue angle of 45.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAA632 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 50 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.21 |
| HSL | 45.79º | 0.6% | 0.49% | - |
| HSV(B) | 45.79º | 0.75% | 0.79% | - |
| XYZ | 38.57 | 40.06 | 8.72 | - |
| YUV | 163.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 50 | 0 | 0.18 | 0.75 | 0.21 | 45.79 | 0.6 | 0.49 |
| Hex | CA | A6 | 32 | 0 | 12 | 4B | 15 | 2E | 3C | 31 |
| Octal | 312 | 246 | 62 | 0 | 22 | 113 | 25 | 56 | 74 | 61 |
| Binary | 11001010 | 10100110 | 110010 | 0 | 10010 | 1001011 | 10101 | 101110 | 111100 | 110001 |
Color Harmonies of #CAA632
Complementary color
Monochromatic Colors of #CAA632
Black with #CAA632
Text Example
Text Example
White with #CAA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA632; }
p { color: rgb(202,166,50); }
H1.HeaderClassName
{
color: #CAA632;
}
.AnyTagClassName
{
color: #CAA632;
}
</style>
background-color css
<style>
a { background-color: #CAA632; }
a { background-color: rgb(202,166,50); }
div.DivClassName
{
background-color: #CAA632;
}
.BgClassName
{
background-color: #CAA632;
}
</style>
border-color css
<style>
span { border-color: #CAA632; }
span { border-color: rgb(202,166,50); }
td.TdClassName
{
border-color: #CAA632;
}
.TagClassName
{
border-color: #CAA632;
}
</style>