#CA4B57

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

Shades of Mandy #CA4B57

Tints of Mandy #CA4B57

Color information

#CA4B57 (or 0xCA4B57) is unknown color: approx Mandy. HEX triplet: CA, 4B and 57. RGB value is (202,75,87). Sum of RGB (Red+Green+Blue) = 202+75+87=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B57 is #35B4A8. Grayscale: #727272. Windows color (decimal): -3519657 or 5721034. OLE color: 5721034.

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

Color convert

RGB2027587-
CMYK00.630.570.21
HSL354.33º54.51%54.31%-
HSV(B)354.33º62.87%79.22%-
XYZ28.5918.2811.04-
YUV114.34112.58190.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=55.49%
G=20.60%
B=23.90%

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
Decimal202758700.630.570.21354.3354.5154.31
HexCA4B5703F39151623736
Octal31211312707771255426766
Binary1100101010010111010111011111111100110101101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B57; }

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

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

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

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

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

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

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

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