#CAA13C

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

Shades of Metallic Gold #CAA13C

Tints of Metallic Gold #CAA13C

Color information

#CAA13C (or 0xCAA13C) is unknown color: approx Metallic Gold. HEX triplet: CA, A1 and 3C. RGB value is (202,161,60). Sum of RGB (Red+Green+Blue) = 202+161+60=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA13C is #355EC3. Grayscale: #A2A2A2. Windows color (decimal): -3497668 or 3973578. OLE color: 3973578.

HSL color Cylindrical-coordinate representation of color #CAA13C: hue angle of 42.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA13C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20216160-
CMYK00.200.700.21
HSL42.68º57.26%51.37%-
HSV(B)42.68º70.3%79.22%-
XYZ37.9238.379.68-
YUV161.7470.58156.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=47.75%
G=38.06%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021616000.200.700.2142.6857.2651.37
HexCAA13C01446152b3933
Octal3122417402410625537163
Binary1100101010100001111100010100100011010101101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA13C; }

 p { color: rgb(202,161,60); }

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

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

 a { background-color: rgb(202,161,60); }

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

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

 span { border-color: rgb(202,161,60); }

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