#CA5056

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

Shades of Mandy #CA5056

Tints of Mandy #CA5056

Color information

#CA5056 (or 0xCA5056) is unknown color: approx Mandy. HEX triplet: CA, 50 and 56. RGB value is (202,80,86). Sum of RGB (Red+Green+Blue) = 202+80+86=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5056 is #35AFA9. Grayscale: #757575. Windows color (decimal): -3518378 or 5656778. OLE color: 5656778.

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

Color convert

RGB2028086-
CMYK00.600.570.21
HSL357.05º53.51%55.29%-
HSV(B)357.05º60.4%79.22%-
XYZ28.9118.9710.94-
YUV117.16110.42188.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=54.89%
G=21.74%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202808600.600.570.21357.0553.5155.29
HexCA505603C39151653637
Octal31212012607471255456667
Binary1100101010100001010110011110011100110101101100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5056; }

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

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

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

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

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

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

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

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