#CA585F

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

Shades of Mandy #CA585F

Tints of Mandy #CA585F

Color information

#CA585F (or 0xCA585F) is unknown color: approx Mandy. HEX triplet: CA, 58 and 5F. RGB value is (202,88,95). Sum of RGB (Red+Green+Blue) = 202+88+95=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585F is #35A7A0. Grayscale: #7A7A7A. Windows color (decimal): -3516321 or 6248650. OLE color: 6248650.

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

Color convert

RGB2028895-
CMYK00.560.530.21
HSL356.32º51.82%56.86%-
HSV(B)356.32º56.44%79.22%-
XYZ29.9120.3613.18-
YUV122.88112.27184.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=52.47%
G=22.86%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202889500.560.530.21356.3251.8256.86
HexCA585F03835151643439
Octal31213013707065255446471
Binary1100101010110001011111011100011010110101101100100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA585F; }

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

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

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

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

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

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

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

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