#CA4A4F

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

Shades of Mandy #CA4A4F

Tints of Mandy #CA4A4F

Color information

#CA4A4F (or 0xCA4A4F) is unknown color: approx Mandy. HEX triplet: CA, 4A and 4F. RGB value is (202,74,79). Sum of RGB (Red+Green+Blue) = 202+74+79=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A4F is #35B5B0. Grayscale: #707070. Windows color (decimal): -3519921 or 5196490. OLE color: 5196490.

HSL color Cylindrical-coordinate representation of color #CA4A4F: hue angle of 357.66º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A4F is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB2027479-
CMYK00.630.610.21
HSL357.66º54.7%54.12%-
HSV(B)357.66º63.37%79.22%-
XYZ28.2218.029.39-
YUV112.84108.91191.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=56.90%
G=20.85%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202747900.630.610.21357.6654.754.12
HexCA4A4F03F3D151663736
Octal31211211707775255466766
Binary1100101010010101001111011111111110110101101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A4F; }

 p { color: rgb(202,74,79); }

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

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

 a { background-color: rgb(202,74,79); }

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

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

 span { border-color: rgb(202,74,79); }

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