#CA5862

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

Shades of Mandy #CA5862

Tints of Mandy #CA5862

Color information

#CA5862 (or 0xCA5862) is unknown color: approx Mandy. HEX triplet: CA, 58 and 62. RGB value is (202,88,98). Sum of RGB (Red+Green+Blue) = 202+88+98=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5862 is #35A79D. Grayscale: #7B7B7B. Windows color (decimal): -3516318 or 6445258. OLE color: 6445258.

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

Color convert

RGB2028898-
CMYK00.560.510.21
HSL354.74º51.82%56.86%-
HSV(B)354.74º56.44%79.22%-
XYZ30.0520.4213.91-
YUV123.23113.77184.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=52.06%
G=22.68%
B=25.26%

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
Decimal202889800.560.510.21354.7451.8256.86
HexCA586203833151633439
Octal31213014207063255436471
Binary1100101010110001100010011100011001110101101100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5862; }

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

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

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

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

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

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

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

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