#CA4D52

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

Shades of Mandy #CA4D52

Tints of Mandy #CA4D52

Color information

#CA4D52 (or 0xCA4D52) is unknown color: approx Mandy. HEX triplet: CA, 4D and 52. RGB value is (202,77,82). Sum of RGB (Red+Green+Blue) = 202+77+82=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D52 is #35B2AD. Grayscale: #737373. Windows color (decimal): -3519150 or 5393866. OLE color: 5393866.

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

Color convert

RGB2027782-
CMYK00.620.590.21
HSL357.6º54.11%54.71%-
HSV(B)357.6º61.88%79.22%-
XYZ28.5318.4710.04-
YUV114.94109.41190.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=55.96%
G=21.33%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202778200.620.590.21357.654.1154.71
HexCA4D5203E3B151663637
Octal31211512207673255466667
Binary1100101010011011010010011111011101110101101100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D52; }

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

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

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

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

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

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

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

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