#CA545D

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

Shades of Mandy #CA545D

Tints of Mandy #CA545D

Color information

#CA545D (or 0xCA545D) is unknown color: approx Mandy. HEX triplet: CA, 54 and 5D. RGB value is (202,84,93). Sum of RGB (Red+Green+Blue) = 202+84+93=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA545D is #35ABA2. Grayscale: #787878. Windows color (decimal): -3517347 or 6116554. OLE color: 6116554.

HSL color Cylindrical-coordinate representation of color #CA545D: hue angle of 355.42º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA545D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB2028493-
CMYK00.580.540.21
HSL355.42º52.68%56.08%-
HSV(B)355.42º58.42%79.22%-
XYZ29.519.6912.6-
YUV120.31112.59186.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=53.30%
G=22.16%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202849300.580.540.21355.4252.6856.08
HexCA545D03A36151633538
Octal31212413507266255436570
Binary1100101010101001011101011101011011010101101100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA545D; }

 p { color: rgb(202,84,93); }

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

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

 a { background-color: rgb(202,84,93); }

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

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

 span { border-color: rgb(202,84,93); }

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