#CA494C

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

Shades of Mandy #CA494C

Tints of Mandy #CA494C

Color information

#CA494C (or 0xCA494C) is unknown color: approx Mandy. HEX triplet: CA, 49 and 4C. RGB value is (202,73,76). Sum of RGB (Red+Green+Blue) = 202+73+76=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA494C is #35B6B3. Grayscale: #707070. Windows color (decimal): -3520180 or 4999626. OLE color: 4999626.

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

Color convert

RGB2027376-
CMYK00.640.620.21
HSL358.6º54.89%53.92%-
HSV(B)358.6º63.86%79.22%-
XYZ28.0417.848.8-
YUV111.91107.74192.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=57.55%
G=20.80%
B=21.65%

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
Decimal202737600.640.620.21358.654.8953.92
HexCA494C0403E151673736
Octal312111114010076255476766
Binary11001010100100110011000100000011111010101101100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA494C; }

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

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

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

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

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

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

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

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