#CA4960

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

Shades of Mandy #CA4960

Tints of Mandy #CA4960

Color information

#CA4960 (or 0xCA4960) is unknown color: approx Mandy. HEX triplet: CA, 49 and 60. RGB value is (202,73,96). Sum of RGB (Red+Green+Blue) = 202+73+96=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4960 is #35B69F. Grayscale: #727272. Windows color (decimal): -3520160 or 6310346. OLE color: 6310346.

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

Color convert

RGB2027396-
CMYK00.640.520.21
HSL349.3º54.89%53.92%-
HSV(B)349.3º63.86%79.22%-
XYZ28.8518.1713.05-
YUV114.19117.74190.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=54.45%
G=19.68%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202739600.640.520.21349.354.8953.92
HexCA4960040341515d3736
Octal312111140010064255356766
Binary11001010100100111000000100000011010010101101011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4960; }

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

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

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

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

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

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

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

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