#CA4B50

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

Shades of Mandy #CA4B50

Tints of Mandy #CA4B50

Color information

#CA4B50 (or 0xCA4B50) is unknown color: approx Mandy. HEX triplet: CA, 4B and 50. RGB value is (202,75,80). Sum of RGB (Red+Green+Blue) = 202+75+80=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B50 is #35B4AF. Grayscale: #717171. Windows color (decimal): -3519664 or 5262282. OLE color: 5262282.

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

Color convert

RGB2027580-
CMYK00.630.600.21
HSL357.64º54.51%54.31%-
HSV(B)357.64º62.87%79.22%-
XYZ28.3218.179.6-
YUV113.54109.08191.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=56.58%
G=21.01%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202758000.630.600.21357.6454.5154.31
HexCA4B5003F3C151663736
Octal31211312007774255466766
Binary1100101010010111010000011111111110010101101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B50; }

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

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

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

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

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

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

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

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