#CA4A5F

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

Shades of Mandy #CA4A5F

Tints of Mandy #CA4A5F

Color information

#CA4A5F (or 0xCA4A5F) is unknown color: approx Mandy. HEX triplet: CA, 4A and 5F. RGB value is (202,74,95). Sum of RGB (Red+Green+Blue) = 202+74+95=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A5F is #35B5A0. Grayscale: #727272. Windows color (decimal): -3519905 or 6245066. OLE color: 6245066.

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

Color convert

RGB2027495-
CMYK00.630.530.21
HSL350.16º54.7%54.12%-
HSV(B)350.16º63.37%79.22%-
XYZ28.8718.2812.83-
YUV114.67116.91190.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=54.45%
G=19.95%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202749500.630.530.21350.1654.754.12
HexCA4A5F03F351515e3736
Octal31211213707765255366766
Binary1100101010010101011111011111111010110101101011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A5F; }

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

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

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

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

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

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

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

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