#C8A237

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

Shades of Metallic Gold #C8A237

Tints of Metallic Gold #C8A237

Color information

#C8A237 (or 0xC8A237) is unknown color: approx Metallic Gold. HEX triplet: C8, A2 and 37. RGB value is (200,162,55). Sum of RGB (Red+Green+Blue) = 200+162+55=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A237 is #375DC8. Grayscale: #A1A1A1. Windows color (decimal): -3628489 or 3646152. OLE color: 3646152.

HSL color Cylindrical-coordinate representation of color #C8A237: hue angle of 44.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8A237 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20016255-
CMYK00.190.720.22
HSL44.28º56.86%50%-
HSV(B)44.28º72.5%78.43%-
XYZ37.4338.49.05-
YUV161.1668.09155.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 55 (21.88% from 255) = 13.19%
R=47.96%
G=38.85%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001625500.190.720.2244.2856.8650
HexC8A23701348162c3932
Octal3102426702311026547162
Binary1100100010100010110111010011100100010110101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A237; }

 p { color: rgb(200,162,55); }

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

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

 a { background-color: rgb(200,162,55); }

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

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

 span { border-color: rgb(200,162,55); }

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