#CA5158

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

Shades of Mandy #CA5158

Tints of Mandy #CA5158

Color information

#CA5158 (or 0xCA5158) is unknown color: approx Mandy. HEX triplet: CA, 51 and 58. RGB value is (202,81,88). Sum of RGB (Red+Green+Blue) = 202+81+88=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5158 is #35AEA7. Grayscale: #767676. Windows color (decimal): -3518120 or 5788106. OLE color: 5788106.

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

Color convert

RGB2028188-
CMYK00.600.560.21
HSL356.53º53.3%55.49%-
HSV(B)356.53º59.9%79.22%-
XYZ29.0619.1511.4-
YUV117.98111.09187.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=54.45%
G=21.83%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202818800.600.560.21356.5353.355.49
HexCA515803C38151653537
Octal31212113007470255456567
Binary1100101010100011011000011110011100010101101100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5158; }

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

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

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

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

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

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

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

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