#CA5461

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

Shades of Mandy #CA5461

Tints of Mandy #CA5461

Color information

#CA5461 (or 0xCA5461) is unknown color: approx Mandy. HEX triplet: CA, 54 and 61. RGB value is (202,84,97). Sum of RGB (Red+Green+Blue) = 202+84+97=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5461 is #35AB9E. Grayscale: #787878. Windows color (decimal): -3517343 or 6378698. OLE color: 6378698.

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

Color convert

RGB2028497-
CMYK00.580.520.21
HSL353.39º52.68%56.08%-
HSV(B)353.39º58.42%79.22%-
XYZ29.6919.7613.56-
YUV120.76114.59185.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=52.74%
G=21.93%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202849700.580.520.21353.3952.6856.08
HexCA546103A34151613538
Octal31212414107264255416570
Binary1100101010101001100001011101011010010101101100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5461; }

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

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

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

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

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

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

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

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