Shades of Metallic Gold #CBAA3C
Tints of Metallic Gold #CBAA3C
RGB
CMYK
RGB Variations
Color information
#CBAA3C (or 0xCBAA3C) is known color: Metallic Gold. HEX triplet: CB, AA and 3C. RGB value is (203,170,60). Sum of RGB (Red+Green+Blue) = 203+170+60=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA3C is #3455C3. Grayscale: #A7A7A7. Windows color (decimal): -3429828 or 3975883. OLE color: 3975883.
HSL color Cylindrical-coordinate representation of color #CBAA3C: hue angle of 46.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBAA3C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 60 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.20 |
| HSL | 46.15º | 0.58% | 0.52% | - |
| HSV(B) | 46.15º | 0.7% | 0.8% | - |
| XYZ | 39.82 | 41.77 | 10.24 | - |
| YUV | 167.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 60 | 0 | 0.16 | 0.70 | 0.20 | 46.15 | 0.58 | 0.52 |
| Hex | CB | AA | 3C | 0 | 10 | 46 | 14 | 2E | 3A | 34 |
| Octal | 313 | 252 | 74 | 0 | 20 | 106 | 24 | 56 | 72 | 64 |
| Binary | 11001011 | 10101010 | 111100 | 0 | 10000 | 1000110 | 10100 | 101110 | 111010 | 110100 |
Color Harmonies of #CBAA3C
Complementary color
Monochromatic Colors of #CBAA3C
Black with #CBAA3C
Text Example
Text Example
White with #CBAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA3C; }
p { color: rgb(203,170,60); }
H1.HeaderClassName
{
color: #CBAA3C;
}
.AnyTagClassName
{
color: #CBAA3C;
}
</style>
background-color css
<style>
a { background-color: #CBAA3C; }
a { background-color: rgb(203,170,60); }
div.DivClassName
{
background-color: #CBAA3C;
}
.BgClassName
{
background-color: #CBAA3C;
}
</style>
border-color css
<style>
span { border-color: #CBAA3C; }
span { border-color: rgb(203,170,60); }
td.TdClassName
{
border-color: #CBAA3C;
}
.TagClassName
{
border-color: #CBAA3C;
}
</style>