#CA4A57

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

Shades of Mandy #CA4A57

Tints of Mandy #CA4A57

Color information

#CA4A57 (or 0xCA4A57) is unknown color: approx Mandy. HEX triplet: CA, 4A and 57. RGB value is (202,74,87). Sum of RGB (Red+Green+Blue) = 202+74+87=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A57 is #35B5A8. Grayscale: #717171. Windows color (decimal): -3519913 or 5720778. OLE color: 5720778.

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

Color convert

RGB2027487-
CMYK00.630.570.21
HSL353.91º54.7%54.12%-
HSV(B)353.91º63.37%79.22%-
XYZ28.5318.1411.02-
YUV113.75112.91190.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=55.65%
G=20.39%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202748700.630.570.21353.9154.754.12
HexCA4A5703F39151623736
Octal31211212707771255426766
Binary1100101010010101010111011111111100110101101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A57; }

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

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

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

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

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

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

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

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