#CA3F54

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

Shades of Mandy #CA3F54

Tints of Mandy #CA3F54

Color information

#CA3F54 (or 0xCA3F54) is unknown color: approx Mandy. HEX triplet: CA, 3F and 54. RGB value is (202,63,84). Sum of RGB (Red+Green+Blue) = 202+63+84=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F54 is #35C0AB. Grayscale: #6B6B6B. Windows color (decimal): -3522732 or 5521354. OLE color: 5521354.

HSL color Cylindrical-coordinate representation of color #CA3F54: hue angle of 350.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F54 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2026384-
CMYK00.690.580.21
HSL350.94º56.73%51.96%-
HSV(B)350.94º68.81%79.22%-
XYZ27.7316.7510.16-
YUV106.95115.05195.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=57.88%
G=18.05%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202638400.690.580.21350.9456.7351.96
HexCA3F540453A1515f3934
Octal31277124010572255377164
Binary1100101011111110101000100010111101010101101011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F54; }

 p { color: rgb(202,63,84); }

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

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

 a { background-color: rgb(202,63,84); }

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

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

 span { border-color: rgb(202,63,84); }

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