#C8A32F

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

Shades of Metallic Gold #C8A32F

Tints of Metallic Gold #C8A32F

Color information

#C8A32F (or 0xC8A32F) is unknown color: approx Metallic Gold. HEX triplet: C8, A3 and 2F. RGB value is (200,163,47). Sum of RGB (Red+Green+Blue) = 200+163+47=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32F is #375CD0. Grayscale: #A1A1A1. Windows color (decimal): -3628241 or 3122120. OLE color: 3122120.

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

Color convert

RGB20016347-
CMYK00.180.760.22
HSL45.49º61.94%48.43%-
HSV(B)45.49º76.5%78.43%-
XYZ37.4338.688.18-
YUV160.8463.76155.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 47 (18.75% from 255) = 11.46%
R=48.78%
G=39.76%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001634700.180.760.2245.4961.9448.43
HexC8A32F0124C162d3e30
Octal3102435702211426557660
Binary1100100010100011101111010010100110010110101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A32F; }

 p { color: rgb(200,163,47); }

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

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

 a { background-color: rgb(200,163,47); }

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

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

 span { border-color: rgb(200,163,47); }

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