#CA5153

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

Shades of Mandy #CA5153

Tints of Mandy #CA5153

Color information

#CA5153 (or 0xCA5153) is unknown color: approx Mandy. HEX triplet: CA, 51 and 53. RGB value is (202,81,83). Sum of RGB (Red+Green+Blue) = 202+81+83=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5153 is #35AEAC. Grayscale: #757575. Windows color (decimal): -3518125 or 5460426. OLE color: 5460426.

HSL color Cylindrical-coordinate representation of color #CA5153: hue angle of 359.01º degrees, saturation: 0.53, 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 #CA5153 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2028183-
CMYK00.600.590.21
HSL359.01º53.3%55.49%-
HSV(B)359.01º59.9%79.22%-
XYZ28.8619.0710.34-
YUV117.41108.59188.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=55.19%
G=22.13%
B=22.68%

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
Decimal202818300.600.590.21359.0153.355.49
HexCA515303C3B151673537
Octal31212112307473255476567
Binary1100101010100011010011011110011101110101101100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5153; }

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

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

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

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

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

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

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

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