#C9A131

Color #C9A131 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C9A131

Tints of Metallic Gold #C9A131

Color information

#C9A131 (or 0xC9A131) is unknown color: approx Metallic Gold. HEX triplet: C9, A1 and 31. RGB value is (201,161,49). Sum of RGB (Red+Green+Blue) = 201+161+49=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A131 is #365ECE. Grayscale: #A0A0A0. Windows color (decimal): -3563215 or 3252681. OLE color: 3252681.

HSL color Cylindrical-coordinate representation of color #C9A131: hue angle of 44.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9A131 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20116149-
CMYK00.200.760.21
HSL44.21º60.8%49.02%-
HSV(B)44.21º75.62%78.82%-
XYZ37.3938.138.29-
YUV160.1965.25157.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 49 (19.53% from 255) = 11.92%
R=48.91%
G=39.17%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011614900.200.760.2144.2160.849.02
HexC9A1310144C152c3d31
Octal3112416102411425547561
Binary1100100110100001110001010100100110010101101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A131; }

 p { color: rgb(201,161,49); }

 H1.HeaderClassName
 {
   color: #C9A131;
 }
 .AnyTagClassName
 {
   color: #C9A131;
 }
</style>
background-color css

<style>
 a { background-color: #C9A131; }

 a { background-color: rgb(201,161,49); }

 div.DivClassName
 {
   background-color: #C9A131;
 }
 .BgClassName
 {
   background-color: #C9A131;
 }
</style>
border-color css

<style>
 span { border-color: #C9A131; }

 span { border-color: rgb(201,161,49); }

 td.TdClassName
 {
   border-color: #C9A131;
 }
 .TagClassName
 {
   border-color: #C9A131;
 }
</style>