#C7A33C

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

Shades of Metallic Gold #C7A33C

Tints of Metallic Gold #C7A33C

Color information

#C7A33C (or 0xC7A33C) is unknown color: approx Metallic Gold. HEX triplet: C7, A3 and 3C. RGB value is (199,163,60). Sum of RGB (Red+Green+Blue) = 199+163+60=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A33C is #385CC3. Grayscale: #A2A2A2. Windows color (decimal): -3693764 or 3974087. OLE color: 3974087.

HSL color Cylindrical-coordinate representation of color #C7A33C: hue angle of 44.46º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7A33C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19916360-
CMYK00.180.700.22
HSL44.46º55.38%50.78%-
HSV(B)44.46º69.85%78.04%-
XYZ37.4738.669.76-
YUV162.0270.43154.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 60 (23.83% from 255) = 14.22%
R=47.16%
G=38.63%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991636000.180.700.2244.4655.3850.78
HexC7A33C01246162c3733
Octal3072437402210626546763
Binary1100011110100011111100010010100011010110101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A33C; }

 p { color: rgb(199,163,60); }

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

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

 a { background-color: rgb(199,163,60); }

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

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

 span { border-color: rgb(199,163,60); }

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