#C6A92E

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

Shades of Metallic Gold #C6A92E

Tints of Metallic Gold #C6A92E

Color information

#C6A92E (or 0xC6A92E) is unknown color: approx Metallic Gold. HEX triplet: C6, A9 and 2E. RGB value is (198,169,46). Sum of RGB (Red+Green+Blue) = 198+169+46=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A92E is #3956D1. Grayscale: #A4A4A4. Windows color (decimal): -3757778 or 3058118. OLE color: 3058118.

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

Color convert

RGB19816946-
CMYK00.150.770.22
HSL48.55º62.3%47.84%-
HSV(B)48.55º76.77%77.65%-
XYZ37.9740.588.42-
YUV163.6561.61152.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=47.94%
G=40.92%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981694600.150.770.2248.5562.347.84
HexC6A92E0F4D16313e30
Octal3062515601711526617660
Binary110001101010100110111001111100110110110110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A92E; }

 p { color: rgb(198,169,46); }

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

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

 a { background-color: rgb(198,169,46); }

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

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

 span { border-color: rgb(198,169,46); }

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