#C6A331

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

Shades of Metallic Gold #C6A331

Tints of Metallic Gold #C6A331

Color information

#C6A331 (or 0xC6A331) is unknown color: approx Metallic Gold. HEX triplet: C6, A3 and 31. RGB value is (198,163,49). Sum of RGB (Red+Green+Blue) = 198+163+49=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A331 is #395CCE. Grayscale: #A0A0A0. Windows color (decimal): -3759311 or 3253190. OLE color: 3253190.

HSL color Cylindrical-coordinate representation of color #C6A331: hue angle of 45.91º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6A331 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19816349-
CMYK00.180.750.22
HSL45.91º60.32%48.43%-
HSV(B)45.91º75.25%77.65%-
XYZ36.9438.428.37-
YUV160.4765.1154.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 49 (19.53% from 255) = 11.95%
R=48.29%
G=39.76%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981634900.180.750.2245.9160.3248.43
HexC6A3310124B162e3c30
Octal3062436102211326567460
Binary1100011010100011110001010010100101110110101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A331; }

 p { color: rgb(198,163,49); }

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

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

 a { background-color: rgb(198,163,49); }

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

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

 span { border-color: rgb(198,163,49); }

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