#C89F35

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

Shades of Metallic Gold #C89F35

Tints of Metallic Gold #C89F35

Color information

#C89F35 (or 0xC89F35) is unknown color: approx Metallic Gold. HEX triplet: C8, 9F and 35. RGB value is (200,159,53). Sum of RGB (Red+Green+Blue) = 200+159+53=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F35 is #3760CA. Grayscale: #9F9F9F. Windows color (decimal): -3629259 or 3514312. OLE color: 3514312.

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

Color convert

RGB20015953-
CMYK00.200.740.22
HSL43.27º58.1%49.61%-
HSV(B)43.27º73.5%78.43%-
XYZ36.8637.338.63-
YUV159.1768.08157.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=48.54%
G=38.59%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001595300.200.740.2243.2758.149.61
HexC89F350144A162b3a32
Octal3102376502411226537262
Binary1100100010011111110101010100100101010110101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F35; }

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

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

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

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

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

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

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

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