#CAA632

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

Shades of Metallic Gold #CAA632

Tints of Metallic Gold #CAA632

Color information

#CAA632 (or 0xCAA632) is unknown color: approx Metallic Gold. HEX triplet: CA, A6 and 32. RGB value is (202,166,50). Sum of RGB (Red+Green+Blue) = 202+166+50=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA632 is #3559CD. Grayscale: #A4A4A4. Windows color (decimal): -3496398 or 3319498. OLE color: 3319498.

HSL color Cylindrical-coordinate representation of color #CAA632: hue angle of 45.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAA632 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20216650-
CMYK00.180.750.21
HSL45.79º60.32%49.41%-
HSV(B)45.79º75.25%79.22%-
XYZ38.5740.068.72-
YUV163.5463.93155.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=48.33%
G=39.71%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021665000.180.750.2145.7960.3249.41
HexCAA6320124B152e3c31
Octal3122466202211325567461
Binary1100101010100110110010010010100101110101101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA632; }

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

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

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

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

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

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

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

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