#CA4A61

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

Shades of Mandy #CA4A61

Tints of Mandy #CA4A61

Color information

#CA4A61 (or 0xCA4A61) is unknown color: approx Mandy. HEX triplet: CA, 4A and 61. RGB value is (202,74,97). Sum of RGB (Red+Green+Blue) = 202+74+97=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A61 is #35B59E. Grayscale: #727272. Windows color (decimal): -3519903 or 6376138. OLE color: 6376138.

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

Color convert

RGB2027497-
CMYK00.630.520.21
HSL349.22º54.7%54.12%-
HSV(B)349.22º63.37%79.22%-
XYZ28.9618.3213.32-
YUV114.89117.91190.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=54.16%
G=19.84%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202749700.630.520.21349.2254.754.12
HexCA4A6103F341515d3736
Octal31211214107764255356766
Binary1100101010010101100001011111111010010101101011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A61; }

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

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

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

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

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

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

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

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