#CA5152

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

Shades of Mandy #CA5152

Tints of Mandy #CA5152

Color information

#CA5152 (or 0xCA5152) is unknown color: approx Mandy. HEX triplet: CA, 51 and 52. RGB value is (202,81,82). Sum of RGB (Red+Green+Blue) = 202+81+82=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5152 is #35AEAD. Grayscale: #757575. Windows color (decimal): -3518126 or 5394890. OLE color: 5394890.

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

Color convert

RGB2028182-
CMYK00.600.590.21
HSL359.5º53.3%55.49%-
HSV(B)359.5º59.9%79.22%-
XYZ28.8219.0510.14-
YUV117.29108.09188.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=55.34%
G=22.19%
B=22.47%

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
Decimal202818200.600.590.21359.553.355.49
HexCA515203C3B151683537
Octal31212112207473255506567
Binary1100101010100011010010011110011101110101101101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5152; }

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

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

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

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

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

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

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

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