#CA555A

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

Shades of Mandy #CA555A

Tints of Mandy #CA555A

Color information

#CA555A (or 0xCA555A) is unknown color: approx Mandy. HEX triplet: CA, 55 and 5A. RGB value is (202,85,90). Sum of RGB (Red+Green+Blue) = 202+85+90=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555A is #35AAA5. Grayscale: #787878. Windows color (decimal): -3517094 or 5920202. OLE color: 5920202.

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

Color convert

RGB2028590-
CMYK00.580.550.21
HSL357.44º52.47%56.27%-
HSV(B)357.44º57.92%79.22%-
XYZ29.4519.7911.94-
YUV120.55110.76186.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=53.58%
G=22.55%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202859000.580.550.21357.4452.4756.27
HexCA555A03A37151653438
Octal31212513207267255456470
Binary1100101010101011011010011101011011110101101100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA555A; }

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

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

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

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

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

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

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

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