#CA575B

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

Shades of Mandy #CA575B

Tints of Mandy #CA575B

Color information

#CA575B (or 0xCA575B) is unknown color: approx Mandy. HEX triplet: CA, 57 and 5B. RGB value is (202,87,91). Sum of RGB (Red+Green+Blue) = 202+87+91=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575B is #35A8A4. Grayscale: #797979. Windows color (decimal): -3516581 or 5986250. OLE color: 5986250.

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

Color convert

RGB2028791-
CMYK00.570.550.21
HSL357.91º52.04%56.67%-
HSV(B)357.91º56.93%79.22%-
XYZ29.6520.1312.22-
YUV121.84110.6185.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=53.16%
G=22.89%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202879100.570.550.21357.9152.0456.67
HexCA575B03937151663439
Octal31212713307167255466471
Binary1100101010101111011011011100111011110101101100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA575B; }

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

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

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

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

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

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

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

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