#CA575A

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

Shades of Mandy #CA575A

Tints of Mandy #CA575A

Color information

#CA575A (or 0xCA575A) is unknown color: approx Mandy. HEX triplet: CA, 57 and 5A. RGB value is (202,87,90). Sum of RGB (Red+Green+Blue) = 202+87+90=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575A is #35A8A5. Grayscale: #797979. Windows color (decimal): -3516582 or 5920714. OLE color: 5920714.

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

Color convert

RGB2028790-
CMYK00.570.550.21
HSL358.43º52.04%56.67%-
HSV(B)358.43º56.93%79.22%-
XYZ29.6120.1111.99-
YUV121.73110.1185.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=53.30%
G=22.96%
B=23.75%

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
Decimal202879000.570.550.21358.4352.0456.67
HexCA575A03937151663439
Octal31212713207167255466471
Binary1100101010101111011010011100111011110101101100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA575A; }

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

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

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

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

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

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

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

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