#CA4C86

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

Shades of Mulberry #CA4C86

Tints of Mulberry #CA4C86

Color information

#CA4C86 (or 0xCA4C86) is unknown color: approx Mulberry. HEX triplet: CA, 4C and 86. RGB value is (202,76,134). Sum of RGB (Red+Green+Blue) = 202+76+134=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C86 is #35B379. Grayscale: #787878. Windows color (decimal): -3519354 or 8801482. OLE color: 8801482.

HSL color Cylindrical-coordinate representation of color #CA4C86: hue angle of 332.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4C86 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20276134-
CMYK00.620.340.21
HSL332.38º54.31%54.51%-
HSV(B)332.38º62.38%79.22%-
XYZ31.2419.4524.66-
YUV120.29135.74186.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=49.03%
G=18.45%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027613400.620.340.21332.3854.3154.51
HexCA4C8603E221514c3637
Octal31211420607642255146667
Binary11001010100110010000110011111010001010101101001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C86; }

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

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

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

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

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

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

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

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