#CA444C

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

Shades of Mandy #CA444C

Tints of Mandy #CA444C

Color information

#CA444C (or 0xCA444C) is unknown color: approx Mandy. HEX triplet: CA, 44 and 4C. RGB value is (202,68,76). Sum of RGB (Red+Green+Blue) = 202+68+76=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA444C is #35BBB3. Grayscale: #6D6D6D. Windows color (decimal): -3521460 or 4998346. OLE color: 4998346.

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

Color convert

RGB2026876-
CMYK00.660.620.21
HSL356.42º55.83%52.94%-
HSV(B)356.42º66.34%79.22%-
XYZ27.7317.218.7-
YUV108.98109.39194.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=58.38%
G=19.65%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202687600.660.620.21356.4255.8352.94
HexCA444C0423E151643835
Octal312104114010276255447065
Binary11001010100010010011000100001011111010101101100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA444C; }

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

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

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

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

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

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

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

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