#CA4755

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

Shades of Mandy #CA4755

Tints of Mandy #CA4755

Color information

#CA4755 (or 0xCA4755) is unknown color: approx Mandy. HEX triplet: CA, 47 and 55. RGB value is (202,71,85). Sum of RGB (Red+Green+Blue) = 202+71+85=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4755 is #35B8AA. Grayscale: #6F6F6F. Windows color (decimal): -3520683 or 5588938. OLE color: 5588938.

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

Color convert

RGB2027185-
CMYK00.650.580.21
HSL353.59º55.27%53.53%-
HSV(B)353.59º64.85%79.22%-
XYZ28.2517.7210.53-
YUV111.76112.9192.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=56.42%
G=19.83%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202718500.650.580.21353.5955.2753.53
HexCA47550413A151623736
Octal312107125010172255426766
Binary11001010100011110101010100000111101010101101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4755; }

 p { color: rgb(202,71,85); }

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

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

 a { background-color: rgb(202,71,85); }

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

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

 span { border-color: rgb(202,71,85); }

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