#CA5963

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

Shades of Mandy #CA5963

Tints of Mandy #CA5963

Color information

#CA5963 (or 0xCA5963) is unknown color: approx Mandy. HEX triplet: CA, 59 and 63. RGB value is (202,89,99). Sum of RGB (Red+Green+Blue) = 202+89+99=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5963 is #35A69C. Grayscale: #7B7B7B. Windows color (decimal): -3516061 or 6511050. OLE color: 6511050.

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

Color convert

RGB2028999-
CMYK00.560.510.21
HSL354.69º51.6%57.06%-
HSV(B)354.69º55.94%79.22%-
XYZ30.1820.614.19-
YUV123.93113.94183.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=51.79%
G=22.82%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202899900.560.510.21354.6951.657.06
HexCA596303833151633439
Octal31213114307063255436471
Binary1100101010110011100011011100011001110101101100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5963; }

 p { color: rgb(202,89,99); }

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

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

 a { background-color: rgb(202,89,99); }

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

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

 span { border-color: rgb(202,89,99); }

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