#CA5357

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

Shades of Mandy #CA5357

Tints of Mandy #CA5357

Color information

#CA5357 (or 0xCA5357) is unknown color: approx Mandy. HEX triplet: CA, 53 and 57. RGB value is (202,83,87). Sum of RGB (Red+Green+Blue) = 202+83+87=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5357 is #35ACA8. Grayscale: #777777. Windows color (decimal): -3517609 or 5723082. OLE color: 5723082.

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

Color convert

RGB2028387-
CMYK00.590.570.21
HSL357.98º52.89%55.88%-
HSV(B)357.98º58.91%79.22%-
XYZ29.1719.4311.23-
YUV119.04109.92187.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=54.30%
G=22.31%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202838700.590.570.21357.9852.8955.88
HexCA535703B39151663538
Octal31212312707371255466570
Binary1100101010100111010111011101111100110101101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5357; }

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

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

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

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

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

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

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

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