#CA5254

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

Shades of Mandy #CA5254

Tints of Mandy #CA5254

Color information

#CA5254 (or 0xCA5254) is unknown color: approx Mandy. HEX triplet: CA, 52 and 54. RGB value is (202,82,84). Sum of RGB (Red+Green+Blue) = 202+82+84=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5254 is #35ADAB. Grayscale: #767676. Windows color (decimal): -3517868 or 5526218. OLE color: 5526218.

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

Color convert

RGB2028284-
CMYK00.590.580.21
HSL359º53.1%55.69%-
HSV(B)359º59.41%79.22%-
XYZ28.9719.2310.57-
YUV118.11108.76187.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=54.89%
G=22.28%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202828400.590.580.2135953.155.69
HexCA525403B3A151673538
Octal31212212407372255476570
Binary1100101010100101010100011101111101010101101100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5254; }

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

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

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

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

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

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

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

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