#CA5557

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

Shades of Mandy #CA5557

Tints of Mandy #CA5557

Color information

#CA5557 (or 0xCA5557) is unknown color: approx Mandy. HEX triplet: CA, 55 and 57. RGB value is (202,85,87). Sum of RGB (Red+Green+Blue) = 202+85+87=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5557 is #35AAA8. Grayscale: #787878. Windows color (decimal): -3517097 or 5723594. OLE color: 5723594.

HSL color Cylindrical-coordinate representation of color #CA5557: hue angle of 358.97º degrees, saturation: 0.52, 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 #CA5557 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2028587-
CMYK00.580.570.21
HSL358.97º52.47%56.27%-
HSV(B)358.97º57.92%79.22%-
XYZ29.3319.7411.28-
YUV120.21109.26186.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=54.01%
G=22.73%
B=23.26%

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
Decimal202858700.580.570.21358.9752.4756.27
HexCA555703A39151673438
Octal31212512707271255476470
Binary1100101010101011010111011101011100110101101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5557; }

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

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

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

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

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

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

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

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