#CA4A58

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

Shades of Mandy #CA4A58

Tints of Mandy #CA4A58

Color information

#CA4A58 (or 0xCA4A58) is unknown color: approx Mandy. HEX triplet: CA, 4A and 58. RGB value is (202,74,88). Sum of RGB (Red+Green+Blue) = 202+74+88=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A58 is #35B5A7. Grayscale: #717171. Windows color (decimal): -3519912 or 5786314. OLE color: 5786314.

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

Color convert

RGB2027488-
CMYK00.630.560.21
HSL353.44º54.7%54.12%-
HSV(B)353.44º63.37%79.22%-
XYZ28.5718.1611.23-
YUV113.87113.41190.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=55.49%
G=20.33%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202748800.630.560.21353.4454.754.12
HexCA4A5803F38151613736
Octal31211213007770255416766
Binary1100101010010101011000011111111100010101101100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A58; }

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

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

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

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

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

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

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

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