#CA5053

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

Shades of Mandy #CA5053

Tints of Mandy #CA5053

Color information

#CA5053 (or 0xCA5053) is unknown color: approx Mandy. HEX triplet: CA, 50 and 53. RGB value is (202,80,83). Sum of RGB (Red+Green+Blue) = 202+80+83=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5053 is #35AFAC. Grayscale: #747474. Windows color (decimal): -3518381 or 5460170. OLE color: 5460170.

HSL color Cylindrical-coordinate representation of color #CA5053: hue angle of 358.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5053 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2028083-
CMYK00.600.590.21
HSL358.52º53.51%55.29%-
HSV(B)358.52º60.4%79.22%-
XYZ28.7918.9210.32-
YUV116.82108.92188.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=55.34%
G=21.92%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202808300.600.590.21358.5253.5155.29
HexCA505303C3B151673637
Octal31212012307473255476667
Binary1100101010100001010011011110011101110101101100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5053; }

 p { color: rgb(202,80,83); }

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

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

 a { background-color: rgb(202,80,83); }

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

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

 span { border-color: rgb(202,80,83); }

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