#CA5155

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

Shades of Mandy #CA5155

Tints of Mandy #CA5155

Color information

#CA5155 (or 0xCA5155) is unknown color: approx Mandy. HEX triplet: CA, 51 and 55. RGB value is (202,81,85). Sum of RGB (Red+Green+Blue) = 202+81+85=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5155 is #35AEAA. Grayscale: #757575. Windows color (decimal): -3518123 or 5591498. OLE color: 5591498.

HSL color Cylindrical-coordinate representation of color #CA5155: hue angle of 358.02º degrees, saturation: 0.53, 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 #CA5155 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2028185-
CMYK00.600.580.21
HSL358.02º53.3%55.49%-
HSV(B)358.02º59.9%79.22%-
XYZ28.9419.110.76-
YUV117.64109.59188.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=54.89%
G=22.01%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202818500.600.580.21358.0253.355.49
HexCA515503C3A151663537
Octal31212112507472255466567
Binary1100101010100011010101011110011101010101101100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5155; }

 p { color: rgb(202,81,85); }

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

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

 a { background-color: rgb(202,81,85); }

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

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

 span { border-color: rgb(202,81,85); }

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