#CA555D

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

Shades of Mandy #CA555D

Tints of Mandy #CA555D

Color information

#CA555D (or 0xCA555D) is unknown color: approx Mandy. HEX triplet: CA, 55 and 5D. RGB value is (202,85,93). Sum of RGB (Red+Green+Blue) = 202+85+93=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555D is #35AAA2. Grayscale: #787878. Windows color (decimal): -3517091 or 6116810. OLE color: 6116810.

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

Color convert

RGB2028593-
CMYK00.580.540.21
HSL355.9º52.47%56.27%-
HSV(B)355.9º57.92%79.22%-
XYZ29.5819.8412.63-
YUV120.9112.26185.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=53.16%
G=22.37%
B=24.47%

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
Decimal202859300.580.540.21355.952.4756.27
HexCA555D03A36151643438
Octal31212513507266255446470
Binary1100101010101011011101011101011011010101101100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA555D; }

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

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

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

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

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

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

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

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