#CA4849

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

Shades of Mandy #CA4849

Tints of Mandy #CA4849

Color information

#CA4849 (or 0xCA4849) is unknown color: approx Mandy. HEX triplet: CA, 48 and 49. RGB value is (202,72,73). Sum of RGB (Red+Green+Blue) = 202+72+73=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4849 is #35B7B6. Grayscale: #6F6F6F. Windows color (decimal): -3520439 or 4802762. OLE color: 4802762.

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

Color convert

RGB2027273-
CMYK00.640.640.21
HSL359.54º55.08%53.73%-
HSV(B)359.54º64.36%79.22%-
XYZ27.8817.678.25-
YUV110.98106.57192.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=58.21%
G=20.75%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202727300.640.640.21359.5455.0853.73
HexCA484904040151683736
Octal3121101110100100255506766
Binary110010101001000100100101000000100000010101101101000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4849; }

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

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

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

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

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

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

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

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