#C3A535

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

Shades of Metallic Gold #C3A535

Tints of Metallic Gold #C3A535

Color information

#C3A535 (or 0xC3A535) is unknown color: approx Metallic Gold. HEX triplet: C3, A5 and 35. RGB value is (195,165,53). Sum of RGB (Red+Green+Blue) = 195+165+53=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A535 is #3C5ACA. Grayscale: #A1A1A1. Windows color (decimal): -3955403 or 3515843. OLE color: 3515843.

HSL color Cylindrical-coordinate representation of color #C3A535: hue angle of 47.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3A535 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19516553-
CMYK00.150.730.24
HSL47.32º57.26%48.63%-
HSV(B)47.32º72.82%76.47%-
XYZ36.638.778.92-
YUV161.266.94152.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=47.22%
G=39.95%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951655300.150.730.2447.3257.2648.63
HexC3A5350F49182f3931
Octal3032456501711130577161
Binary110000111010010111010101111100100111000101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A535; }

 p { color: rgb(195,165,53); }

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

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

 a { background-color: rgb(195,165,53); }

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

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

 span { border-color: rgb(195,165,53); }

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