#C8A42F

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

Shades of Metallic Gold #C8A42F

Tints of Metallic Gold #C8A42F

Color information

#C8A42F (or 0xC8A42F) is unknown color: approx Metallic Gold. HEX triplet: C8, A4 and 2F. RGB value is (200,164,47). Sum of RGB (Red+Green+Blue) = 200+164+47=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A42F is #375BD0. Grayscale: #A1A1A1. Windows color (decimal): -3627985 or 3122376. OLE color: 3122376.

HSL color Cylindrical-coordinate representation of color #C8A42F: hue angle of 45.88º 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 #C8A42F is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB20016447-
CMYK00.180.760.22
HSL45.88º61.94%48.43%-
HSV(B)45.88º76.5%78.43%-
XYZ37.6139.048.24-
YUV161.4363.43155.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 47 (18.75% from 255) = 11.44%
R=48.66%
G=39.90%
B=11.44%

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
Decimal2001644700.180.760.2245.8861.9448.43
HexC8A42F0124C162e3e30
Octal3102445702211426567660
Binary1100100010100100101111010010100110010110101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A42F; }

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

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

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

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

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

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

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

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