#CCA632

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

Shades of Metallic Gold #CCA632

Tints of Metallic Gold #CCA632

Color information

#CCA632 (or 0xCCA632) is unknown color: approx Metallic Gold. HEX triplet: CC, A6 and 32. RGB value is (204,166,50). Sum of RGB (Red+Green+Blue) = 204+166+50=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA632 is #3359CD. Grayscale: #A4A4A4. Windows color (decimal): -3365326 or 3319500. OLE color: 3319500.

HSL color Cylindrical-coordinate representation of color #CCA632: hue angle of 45.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCA632 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20416650-
CMYK00.190.750.2
HSL45.19º60.63%49.8%-
HSV(B)45.19º75.49%80%-
XYZ39.1140.348.74-
YUV164.1463.59156.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 50 (19.92% from 255) = 11.90%
R=48.57%
G=39.52%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041665000.190.750.245.1960.6349.8
HexCCA6320134B142d3d32
Octal3142466202311324557562
Binary1100110010100110110010010011100101110100101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA632; }

 p { color: rgb(204,166,50); }

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

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

 a { background-color: rgb(204,166,50); }

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

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

 span { border-color: rgb(204,166,50); }

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