#ca5558

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

Shades of Mandy #CA5558

Tints of Mandy #CA5558

Color information

#CA5558 (or 0xCA5558) is unknown color: approx Mandy. HEX triplet: CA, 55 and 58. RGB value is (202,85,88). Sum of RGB (Red+Green+Blue) = 202+85+88=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5558 is #35AAA7. Grayscale: #787878. Windows color (decimal): -3517096 or 5789130. OLE color: 5789130.

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

Color convert

RGB2028588-
CMYK00.580.560.21
HSL358.46º52.47%56.27%-
HSV(B)358.46º57.92%79.22%-
XYZ29.3719.7611.5-
YUV120.32109.76186.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=53.87%
G=22.67%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202858800.580.560.21358.4652.4756.27
HexCA555803A38151663438
Octal31212513007270255466470
Binary1100101010101011011000011101011100010101101100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5558; }

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

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

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

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

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

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

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

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