#CA575C

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

Shades of Mandy #CA575C

Tints of Mandy #CA575C

Color information

#CA575C (or 0xCA575C) is unknown color: approx Mandy. HEX triplet: CA, 57 and 5C. RGB value is (202,87,92). Sum of RGB (Red+Green+Blue) = 202+87+92=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575C is #35A8A3. Grayscale: #7A7A7A. Windows color (decimal): -3516580 or 6051786. OLE color: 6051786.

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

Color convert

RGB2028792-
CMYK00.570.540.21
HSL357.39º52.04%56.67%-
HSV(B)357.39º56.93%79.22%-
XYZ29.720.1512.45-
YUV121.95111.1185.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=53.02%
G=22.83%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202879200.570.540.21357.3952.0456.67
HexCA575C03936151653439
Octal31212713407166255456471
Binary1100101010101111011100011100111011010101101100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA575C; }

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

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

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

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

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

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

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

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