#CA5260

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

Shades of Mandy #CA5260

Tints of Mandy #CA5260

Color information

#CA5260 (or 0xCA5260) is unknown color: approx Mandy. HEX triplet: CA, 52 and 60. RGB value is (202,82,96). Sum of RGB (Red+Green+Blue) = 202+82+96=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5260 is #35AD9F. Grayscale: #777777. Windows color (decimal): -3517856 or 6312650. OLE color: 6312650.

HSL color Cylindrical-coordinate representation of color #CA5260: hue angle of 353º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5260 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB2028296-
CMYK00.590.520.21
HSL353º53.1%55.69%-
HSV(B)353º59.41%79.22%-
XYZ29.4919.4413.26-
YUV119.48114.76186.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=53.16%
G=21.58%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202829600.590.520.2135353.155.69
HexCA526003B34151613538
Octal31212214007364255416570
Binary1100101010100101100000011101111010010101101100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5260; }

 p { color: rgb(202,82,96); }

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

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

 a { background-color: rgb(202,82,96); }

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

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

 span { border-color: rgb(202,82,96); }

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