#CA4449

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

Shades of Mandy #CA4449

Tints of Mandy #CA4449

Color information

#CA4449 (or 0xCA4449) is unknown color: approx Mandy. HEX triplet: CA, 44 and 49. RGB value is (202,68,73). Sum of RGB (Red+Green+Blue) = 202+68+73=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4449 is #35BBB6. Grayscale: #6C6C6C. Windows color (decimal): -3521463 or 4801738. OLE color: 4801738.

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

Color convert

RGB2026873-
CMYK00.660.640.21
HSL357.76º55.83%52.94%-
HSV(B)357.76º66.34%79.22%-
XYZ27.6317.178.16-
YUV108.64107.89194.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=58.89%
G=19.83%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202687300.660.640.21357.7655.8352.94
HexCA444904240151663835
Octal3121041110102100255467065
Binary110010101000100100100101000010100000010101101100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4449; }

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

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

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

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

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

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

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

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