Shades of Metallic Gold #CBAB32
Tints of Metallic Gold #CBAB32
RGB
CMYK
RGB Variations
Color information
#CBAB32 (or 0xCBAB32) is known color: Metallic Gold. HEX triplet: CB, AB and 32. RGB value is (203,171,50). Sum of RGB (Red+Green+Blue) = 203+171+50=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB32 is #3454CD. Grayscale: #A7A7A7. Windows color (decimal): -3429582 or 3320779. OLE color: 3320779.
HSL color Cylindrical-coordinate representation of color #CBAB32: hue angle of 47.45º 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 #CBAB32 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 50 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.20 |
| HSL | 47.45º | 0.6% | 0.5% | - |
| HSV(B) | 47.45º | 0.75% | 0.8% | - |
| XYZ | 39.77 | 42.05 | 9.04 | - |
| YUV | 166.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 50 | 0 | 0.16 | 0.75 | 0.20 | 47.45 | 0.6 | 0.5 |
| Hex | CB | AB | 32 | 0 | 10 | 4B | 14 | 2F | 3C | 32 |
| Octal | 313 | 253 | 62 | 0 | 20 | 113 | 24 | 57 | 74 | 62 |
| Binary | 11001011 | 10101011 | 110010 | 0 | 10000 | 1001011 | 10100 | 101111 | 111100 | 110010 |
Color Harmonies of #CBAB32
Complementary color
Monochromatic Colors of #CBAB32
Black with #CBAB32
Text Example
Text Example
White with #CBAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB32; }
p { color: rgb(203,171,50); }
H1.HeaderClassName
{
color: #CBAB32;
}
.AnyTagClassName
{
color: #CBAB32;
}
</style>
background-color css
<style>
a { background-color: #CBAB32; }
a { background-color: rgb(203,171,50); }
div.DivClassName
{
background-color: #CBAB32;
}
.BgClassName
{
background-color: #CBAB32;
}
</style>
border-color css
<style>
span { border-color: #CBAB32; }
span { border-color: rgb(203,171,50); }
td.TdClassName
{
border-color: #CBAB32;
}
.TagClassName
{
border-color: #CBAB32;
}
</style>