#CCA640

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

Shades of Metallic Gold #CCA640

Tints of Metallic Gold #CCA640

Color information

#CCA640 (or 0xCCA640) is unknown color: approx Metallic Gold. HEX triplet: CC, A6 and 40. RGB value is (204,166,64). Sum of RGB (Red+Green+Blue) = 204+166+64=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA640 is #3359BF. Grayscale: #A6A6A6. Windows color (decimal): -3365312 or 4237004. OLE color: 4237004.

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

Color convert

RGB20416664-
CMYK00.190.690.2
HSL43.71º57.85%52.55%-
HSV(B)43.71º68.63%80%-
XYZ39.4640.4810.58-
YUV165.7370.59155.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 64 (25.39% from 255) = 14.75%
R=47.00%
G=38.25%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041666400.190.690.243.7157.8552.55
HexCCA64001345142c3a35
Octal31424610002310524547265
Binary11001100101001101000000010011100010110100101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA640; }

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

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

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

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

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

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

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

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