#C7A23C

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

Shades of Metallic Gold #C7A23C

Tints of Metallic Gold #C7A23C

Color information

#C7A23C (or 0xC7A23C) is unknown color: approx Metallic Gold. HEX triplet: C7, A2 and 3C. RGB value is (199,162,60). Sum of RGB (Red+Green+Blue) = 199+162+60=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A23C is #385DC3. Grayscale: #A1A1A1. Windows color (decimal): -3694020 or 3973831. OLE color: 3973831.

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

Color convert

RGB19916260-
CMYK00.190.700.22
HSL44.03º55.38%50.78%-
HSV(B)44.03º69.85%78.04%-
XYZ37.2938.319.7-
YUV161.4470.76154.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=47.27%
G=38.48%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991626000.190.700.2244.0355.3850.78
HexC7A23C01346162c3733
Octal3072427402310626546763
Binary1100011110100010111100010011100011010110101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A23C; }

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

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

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

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

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

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

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

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