Shades of Metallic Gold #CBA632
Tints of Metallic Gold #CBA632
RGB
CMYK
RGB Variations
Color information
#CBA632 (or 0xCBA632) is known color: Metallic Gold. HEX triplet: CB, A6 and 32. RGB value is (203,166,50). Sum of RGB (Red+Green+Blue) = 203+166+50=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA632 is #3459CD. Grayscale: #A4A4A4. Windows color (decimal): -3430862 or 3319499. OLE color: 3319499.
HSL color Cylindrical-coordinate representation of color #CBA632: hue angle of 45.49º degrees, saturation: 0.6, 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 #CBA632 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 50 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.20 |
| HSL | 45.49º | 0.6% | 0.5% | - |
| HSV(B) | 45.49º | 0.75% | 0.8% | - |
| XYZ | 38.84 | 40.2 | 8.73 | - |
| YUV | 163.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 50 | 0 | 0.18 | 0.75 | 0.20 | 45.49 | 0.6 | 0.5 |
| Hex | CB | A6 | 32 | 0 | 12 | 4B | 14 | 2D | 3C | 32 |
| Octal | 313 | 246 | 62 | 0 | 22 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001011 | 10100110 | 110010 | 0 | 10010 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CBA632
Complementary color
Monochromatic Colors of #CBA632
Black with #CBA632
Text Example
Text Example
White with #CBA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA632; }
p { color: rgb(203,166,50); }
H1.HeaderClassName
{
color: #CBA632;
}
.AnyTagClassName
{
color: #CBA632;
}
</style>
background-color css
<style>
a { background-color: #CBA632; }
a { background-color: rgb(203,166,50); }
div.DivClassName
{
background-color: #CBA632;
}
.BgClassName
{
background-color: #CBA632;
}
</style>
border-color css
<style>
span { border-color: #CBA632; }
span { border-color: rgb(203,166,50); }
td.TdClassName
{
border-color: #CBA632;
}
.TagClassName
{
border-color: #CBA632;
}
</style>