#CA585B

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

Shades of Mandy #CA585B

Tints of Mandy #CA585B

Color information

#CA585B (or 0xCA585B) is unknown color: approx Mandy. HEX triplet: CA, 58 and 5B. RGB value is (202,88,91). Sum of RGB (Red+Green+Blue) = 202+88+91=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585B is #35A7A4. Grayscale: #7A7A7A. Windows color (decimal): -3516325 or 5986506. OLE color: 5986506.

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

Color convert

RGB2028891-
CMYK00.560.550.21
HSL358.42º51.82%56.86%-
HSV(B)358.42º56.44%79.22%-
XYZ29.7420.2912.25-
YUV122.43110.27184.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=53.02%
G=23.10%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202889100.560.550.21358.4251.8256.86
HexCA585B03837151663439
Octal31213013307067255466471
Binary1100101010110001011011011100011011110101101100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA585B; }

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

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

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

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

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

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

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

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