Shades of Metallic Gold #CBAF2C
Tints of Metallic Gold #CBAF2C
RGB
CMYK
RGB Variations
Color information
#CBAF2C (or 0xCBAF2C) is known color: Metallic Gold. HEX triplet: CB, AF and 2C. RGB value is (203,175,44). Sum of RGB (Red+Green+Blue) = 203+175+44=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF2C is #3450D3. Grayscale: #A8A8A8. Windows color (decimal): -3428564 or 2928587. OLE color: 2928587.
HSL color Cylindrical-coordinate representation of color #CBAF2C: hue angle of 49.43º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBAF2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 44 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.20 |
| HSL | 49.43º | 0.64% | 0.48% | - |
| HSV(B) | 49.43º | 0.78% | 0.8% | - |
| XYZ | 40.41 | 43.54 | 8.66 | - |
| YUV | 168.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 44 | 0 | 0.14 | 0.78 | 0.20 | 49.43 | 0.64 | 0.48 |
| Hex | CB | AF | 2C | 0 | E | 4E | 14 | 31 | 40 | 30 |
| Octal | 313 | 257 | 54 | 0 | 16 | 116 | 24 | 61 | 100 | 60 |
| Binary | 11001011 | 10101111 | 101100 | 0 | 1110 | 1001110 | 10100 | 110001 | 1000000 | 110000 |
Color Harmonies of #CBAF2C
Complementary color
Monochromatic Colors of #CBAF2C
Black with #CBAF2C
Text Example
Text Example
White with #CBAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF2C; }
p { color: rgb(203,175,44); }
H1.HeaderClassName
{
color: #CBAF2C;
}
.AnyTagClassName
{
color: #CBAF2C;
}
</style>
background-color css
<style>
a { background-color: #CBAF2C; }
a { background-color: rgb(203,175,44); }
div.DivClassName
{
background-color: #CBAF2C;
}
.BgClassName
{
background-color: #CBAF2C;
}
</style>
border-color css
<style>
span { border-color: #CBAF2C; }
span { border-color: rgb(203,175,44); }
td.TdClassName
{
border-color: #CBAF2C;
}
.TagClassName
{
border-color: #CBAF2C;
}
</style>