#CA4957

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

Shades of Mandy #CA4957

Tints of Mandy #CA4957

Color information

#CA4957 (or 0xCA4957) is unknown color: approx Mandy. HEX triplet: CA, 49 and 57. RGB value is (202,73,87). Sum of RGB (Red+Green+Blue) = 202+73+87=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4957 is #35B6A8. Grayscale: #717171. Windows color (decimal): -3520169 or 5720522. OLE color: 5720522.

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

Color convert

RGB2027387-
CMYK00.640.570.21
HSL353.49º54.89%53.92%-
HSV(B)353.49º63.86%79.22%-
XYZ28.4618.0110.99-
YUV113.17113.24191.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 87 (34.38% from 255) = 24.03%
R=55.80%
G=20.17%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202738700.640.570.21353.4954.8953.92
HexCA495704039151613736
Octal312111127010071255416766
Binary11001010100100110101110100000011100110101101100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4957; }

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

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

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

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

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

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

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

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