#CA4E56

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

Shades of Mandy #CA4E56

Tints of Mandy #CA4E56

Color information

#CA4E56 (or 0xCA4E56) is unknown color: approx Mandy. HEX triplet: CA, 4E and 56. RGB value is (202,78,86). Sum of RGB (Red+Green+Blue) = 202+78+86=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E56 is #35B1A9. Grayscale: #747474. Windows color (decimal): -3518890 or 5656266. OLE color: 5656266.

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

Color convert

RGB2027886-
CMYK00.610.570.21
HSL356.13º53.91%54.9%-
HSV(B)356.13º61.39%79.22%-
XYZ28.7618.6810.89-
YUV115.99111.08189.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=55.19%
G=21.31%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202788600.610.570.21356.1353.9154.9
HexCA4E5603D39151643637
Octal31211612607571255446667
Binary1100101010011101010110011110111100110101101100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E56; }

 p { color: rgb(202,78,86); }

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

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

 a { background-color: rgb(202,78,86); }

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

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

 span { border-color: rgb(202,78,86); }

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