#CA4A4C

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

Shades of Mandy #CA4A4C

Tints of Mandy #CA4A4C

Color information

#CA4A4C (or 0xCA4A4C) is unknown color: approx Mandy. HEX triplet: CA, 4A and 4C. RGB value is (202,74,76). Sum of RGB (Red+Green+Blue) = 202+74+76=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A4C is #35B5B3. Grayscale: #707070. Windows color (decimal): -3519924 or 4999882. OLE color: 4999882.

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

Color convert

RGB2027476-
CMYK00.630.620.21
HSL359.06º54.7%54.12%-
HSV(B)359.06º63.37%79.22%-
XYZ28.1117.988.83-
YUV112.5107.41191.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=57.39%
G=21.02%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202747600.630.620.21359.0654.754.12
HexCA4A4C03F3E151673736
Octal31211211407776255476766
Binary1100101010010101001100011111111111010101101100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A4C; }

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

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

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

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

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

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

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

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