#C9A13B

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

Shades of Metallic Gold #C9A13B

Tints of Metallic Gold #C9A13B

Color information

#C9A13B (or 0xC9A13B) is unknown color: approx Metallic Gold. HEX triplet: C9, A1 and 3B. RGB value is (201,161,59). Sum of RGB (Red+Green+Blue) = 201+161+59=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A13B is #365EC4. Grayscale: #A1A1A1. Windows color (decimal): -3563205 or 3908041. OLE color: 3908041.

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

Color convert

RGB20116159-
CMYK00.200.710.21
HSL43.1º56.8%50.98%-
HSV(B)43.1º70.65%78.82%-
XYZ37.6238.229.53-
YUV161.3370.25156.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=47.74%
G=38.24%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011615900.200.710.2143.156.850.98
HexC9A13B01447152b3933
Octal3112417302410725537163
Binary1100100110100001111011010100100011110101101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A13B; }

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

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

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

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

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

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

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

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