#ca4c60

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

Shades of Mandy #CA4C60

Tints of Mandy #CA4C60

Color information

#CA4C60 (or 0xCA4C60) is unknown color: approx Mandy. HEX triplet: CA, 4C and 60. RGB value is (202,76,96). Sum of RGB (Red+Green+Blue) = 202+76+96=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C60 is #35B39F. Grayscale: #747474. Windows color (decimal): -3519392 or 6311114. OLE color: 6311114.

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

Color convert

RGB2027696-
CMYK00.620.520.21
HSL350.48º54.31%54.51%-
HSV(B)350.48º62.38%79.22%-
XYZ29.0518.5713.12-
YUV115.95116.74189.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=54.01%
G=20.32%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202769600.620.520.21350.4854.3154.51
HexCA4C6003E341515e3637
Octal31211414007664255366667
Binary1100101010011001100000011111011010010101101011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4c60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4c60; }

 p { color: rgb(202,76,96); }

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

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

 a { background-color: rgb(202,76,96); }

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

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

 span { border-color: rgb(202,76,96); }

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