#C8A735

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

Shades of Metallic Gold #C8A735

Tints of Metallic Gold #C8A735

Color information

#C8A735 (or 0xC8A735) is unknown color: approx Metallic Gold. HEX triplet: C8, A7 and 35. RGB value is (200,167,53). Sum of RGB (Red+Green+Blue) = 200+167+53=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A735 is #3758CA. Grayscale: #A4A4A4. Windows color (decimal): -3627211 or 3516360. OLE color: 3516360.

HSL color Cylindrical-coordinate representation of color #C8A735: hue angle of 46.53º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8A735 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20016753-
CMYK00.160.740.22
HSL46.53º58.1%49.61%-
HSV(B)46.53º73.5%78.43%-
XYZ38.2840.179.1-
YUV163.8765.43153.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=47.62%
G=39.76%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001675300.160.740.2246.5358.149.61
HexC8A7350104A162f3a32
Octal3102476502011226577262
Binary1100100010100111110101010000100101010110101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A735; }

 p { color: rgb(200,167,53); }

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

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

 a { background-color: rgb(200,167,53); }

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

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

 span { border-color: rgb(200,167,53); }

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