#CA494E

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

Shades of Mandy #CA494E

Tints of Mandy #CA494E

Color information

#CA494E (or 0xCA494E) is unknown color: approx Mandy. HEX triplet: CA, 49 and 4E. RGB value is (202,73,78). Sum of RGB (Red+Green+Blue) = 202+73+78=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA494E is #35B6B1. Grayscale: #707070. Windows color (decimal): -3520178 or 5130698. OLE color: 5130698.

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

Color convert

RGB2027378-
CMYK00.640.610.21
HSL357.67º54.89%53.92%-
HSV(B)357.67º63.86%79.22%-
XYZ28.1117.879.18-
YUV112.14108.74192.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=57.22%
G=20.68%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202737800.640.610.21357.6754.8953.92
HexCA494E0403D151663736
Octal312111116010075255466766
Binary11001010100100110011100100000011110110101101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA494E; }

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

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

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

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

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

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

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

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