#CA585A

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

Shades of Mandy #CA585A

Tints of Mandy #CA585A

Color information

#CA585A (or 0xCA585A) is unknown color: approx Mandy. HEX triplet: CA, 58 and 5A. RGB value is (202,88,90). Sum of RGB (Red+Green+Blue) = 202+88+90=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585A is #35A7A5. Grayscale: #7A7A7A. Windows color (decimal): -3516326 or 5920970. OLE color: 5920970.

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

Color convert

RGB2028890-
CMYK00.560.550.21
HSL358.95º51.82%56.86%-
HSV(B)358.95º56.44%79.22%-
XYZ29.6920.2712.02-
YUV122.31109.77184.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=53.16%
G=23.16%
B=23.68%

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
Decimal202889000.560.550.21358.9551.8256.86
HexCA585A03837151673439
Octal31213013207067255476471
Binary1100101010110001011010011100011011110101101100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA585A; }

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

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

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

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

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

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

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

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