Shades of Metallic Gold #CBAB2F
Tints of Metallic Gold #CBAB2F
RGB
CMYK
RGB Variations
Color information
#CBAB2F (or 0xCBAB2F) is known color: Metallic Gold. HEX triplet: CB, AB and 2F. RGB value is (203,171,47). Sum of RGB (Red+Green+Blue) = 203+171+47=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2F is #3454D0. Grayscale: #A6A6A6. Windows color (decimal): -3429585 or 3124171. OLE color: 3124171.
HSL color Cylindrical-coordinate representation of color #CBAB2F: hue angle of 47.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBAB2F is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 47 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.20 |
| HSL | 47.69º | 0.62% | 0.49% | - |
| HSV(B) | 47.69º | 0.77% | 0.8% | - |
| XYZ | 39.7 | 42.03 | 8.71 | - |
| YUV | 166.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 47 | 0 | 0.16 | 0.77 | 0.20 | 47.69 | 0.62 | 0.49 |
| Hex | CB | AB | 2F | 0 | 10 | 4D | 14 | 30 | 3E | 31 |
| Octal | 313 | 253 | 57 | 0 | 20 | 115 | 24 | 60 | 76 | 61 |
| Binary | 11001011 | 10101011 | 101111 | 0 | 10000 | 1001101 | 10100 | 110000 | 111110 | 110001 |
Color Harmonies of #CBAB2F
Complementary color
Monochromatic Colors of #CBAB2F
Black with #CBAB2F
Text Example
Text Example
White with #CBAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB2F; }
p { color: rgb(203,171,47); }
H1.HeaderClassName
{
color: #CBAB2F;
}
.AnyTagClassName
{
color: #CBAB2F;
}
</style>
background-color css
<style>
a { background-color: #CBAB2F; }
a { background-color: rgb(203,171,47); }
div.DivClassName
{
background-color: #CBAB2F;
}
.BgClassName
{
background-color: #CBAB2F;
}
</style>
border-color css
<style>
span { border-color: #CBAB2F; }
span { border-color: rgb(203,171,47); }
td.TdClassName
{
border-color: #CBAB2F;
}
.TagClassName
{
border-color: #CBAB2F;
}
</style>