#CA494D

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

Shades of Mandy #CA494D

Tints of Mandy #CA494D

Color information

#CA494D (or 0xCA494D) is unknown color: approx Mandy. HEX triplet: CA, 49 and 4D. RGB value is (202,73,77). Sum of RGB (Red+Green+Blue) = 202+73+77=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA494D is #35B6B2. Grayscale: #707070. Windows color (decimal): -3520179 or 5065162. OLE color: 5065162.

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

Color convert

RGB2027377-
CMYK00.640.620.21
HSL358.14º54.89%53.92%-
HSV(B)358.14º63.86%79.22%-
XYZ28.0817.868.99-
YUV112.03108.24192.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=57.39%
G=20.74%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202737700.640.620.21358.1454.8953.92
HexCA494D0403E151663736
Octal312111115010076255466766
Binary11001010100100110011010100000011111010101101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA494D; }

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

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

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

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

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

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

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

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