#C9AB39

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

Shades of Metallic Gold #C9AB39

Tints of Metallic Gold #C9AB39

Color information

#C9AB39 (or 0xC9AB39) is unknown color: approx Metallic Gold. HEX triplet: C9, AB and 39. RGB value is (201,171,57). Sum of RGB (Red+Green+Blue) = 201+171+57=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB39 is #3654C6. Grayscale: #A7A7A7. Windows color (decimal): -3560647 or 3779529. OLE color: 3779529.

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

Color convert

RGB20117157-
CMYK00.150.720.21
HSL47.5º57.14%50.59%-
HSV(B)47.5º71.64%78.82%-
XYZ39.3941.849.87-
YUV166.9765.94152.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=46.85%
G=39.86%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011715700.150.720.2147.557.1450.59
HexC9AB390F4815303933
Octal3112537101711025607163
Binary110010011010101111100101111100100010101110000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB39; }

 p { color: rgb(201,171,57); }

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

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

 a { background-color: rgb(201,171,57); }

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

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

 span { border-color: rgb(201,171,57); }

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