#CA5457

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

Shades of Mandy #CA5457

Tints of Mandy #CA5457

Color information

#CA5457 (or 0xCA5457) is unknown color: approx Mandy. HEX triplet: CA, 54 and 57. RGB value is (202,84,87). Sum of RGB (Red+Green+Blue) = 202+84+87=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5457 is #35ABA8. Grayscale: #777777. Windows color (decimal): -3517353 or 5723338. OLE color: 5723338.

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

Color convert

RGB2028487-
CMYK00.580.570.21
HSL358.47º52.68%56.08%-
HSV(B)358.47º58.42%79.22%-
XYZ29.2519.5911.26-
YUV119.62109.59186.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=54.16%
G=22.52%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202848700.580.570.21358.4752.6856.08
HexCA545703A39151663538
Octal31212412707271255466570
Binary1100101010101001010111011101011100110101101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5457; }

 p { color: rgb(202,84,87); }

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

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

 a { background-color: rgb(202,84,87); }

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

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

 span { border-color: rgb(202,84,87); }

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