#CA555E

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

Shades of Mandy #CA555E

Tints of Mandy #CA555E

Color information

#CA555E (or 0xCA555E) is unknown color: approx Mandy. HEX triplet: CA, 55 and 5E. RGB value is (202,85,94). Sum of RGB (Red+Green+Blue) = 202+85+94=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555E is #35AAA1. Grayscale: #797979. Windows color (decimal): -3517090 or 6182346. OLE color: 6182346.

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

Color convert

RGB2028594-
CMYK00.580.530.21
HSL355.38º52.47%56.27%-
HSV(B)355.38º57.92%79.22%-
XYZ29.6319.8612.86-
YUV121.01112.76185.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=53.02%
G=22.31%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202859400.580.530.21355.3852.4756.27
HexCA555E03A35151633438
Octal31212513607265255436470
Binary1100101010101011011110011101011010110101101100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA555E; }

 p { color: rgb(202,85,94); }

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

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

 a { background-color: rgb(202,85,94); }

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

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

 span { border-color: rgb(202,85,94); }

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