#CA4B55

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

Shades of Mandy #CA4B55

Tints of Mandy #CA4B55

Color information

#CA4B55 (or 0xCA4B55) is unknown color: approx Mandy. HEX triplet: CA, 4B and 55. RGB value is (202,75,85). Sum of RGB (Red+Green+Blue) = 202+75+85=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B55 is #35B4AA. Grayscale: #727272. Windows color (decimal): -3519659 or 5589962. OLE color: 5589962.

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

Color convert

RGB2027585-
CMYK00.630.580.21
HSL355.28º54.51%54.31%-
HSV(B)355.28º62.87%79.22%-
XYZ28.5118.2410.61-
YUV114.11111.58190.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=55.80%
G=20.72%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202758500.630.580.21355.2854.5154.31
HexCA4B5503F3A151633736
Octal31211312507772255436766
Binary1100101010010111010101011111111101010101101100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B55; }

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

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

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

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

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

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

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

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