Shades of Metallic Gold #CB9F3C
Tints of Metallic Gold #CB9F3C
RGB
CMYK
RGB Variations
Color information
#CB9F3C (or 0xCB9F3C) is known color: Metallic Gold. HEX triplet: CB, 9F and 3C. RGB value is (203,159,60). Sum of RGB (Red+Green+Blue) = 203+159+60=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F3C is #3460C3. Grayscale: #A1A1A1. Windows color (decimal): -3432644 or 3973067. OLE color: 3973067.
HSL color Cylindrical-coordinate representation of color #CB9F3C: hue angle of 41.54º 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 #CB9F3C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 60 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.20 |
| HSL | 41.54º | 0.58% | 0.52% | - |
| HSV(B) | 41.54º | 0.7% | 0.8% | - |
| XYZ | 37.84 | 37.82 | 9.58 | - |
| YUV | 160.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 60 | 0 | 0.22 | 0.70 | 0.20 | 41.54 | 0.58 | 0.52 |
| Hex | CB | 9F | 3C | 0 | 16 | 46 | 14 | 2A | 3A | 34 |
| Octal | 313 | 237 | 74 | 0 | 26 | 106 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10011111 | 111100 | 0 | 10110 | 1000110 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CB9F3C
Complementary color
Monochromatic Colors of #CB9F3C
Black with #CB9F3C
Text Example
Text Example
White with #CB9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F3C; }
p { color: rgb(203,159,60); }
H1.HeaderClassName
{
color: #CB9F3C;
}
.AnyTagClassName
{
color: #CB9F3C;
}
</style>
background-color css
<style>
a { background-color: #CB9F3C; }
a { background-color: rgb(203,159,60); }
div.DivClassName
{
background-color: #CB9F3C;
}
.BgClassName
{
background-color: #CB9F3C;
}
</style>
border-color css
<style>
span { border-color: #CB9F3C; }
span { border-color: rgb(203,159,60); }
td.TdClassName
{
border-color: #CB9F3C;
}
.TagClassName
{
border-color: #CB9F3C;
}
</style>