#CA4B86

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

Shades of Mulberry #CA4B86

Tints of Mulberry #CA4B86

Color information

#CA4B86 (or 0xCA4B86) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 86. RGB value is (202,75,134). Sum of RGB (Red+Green+Blue) = 202+75+134=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B86 is #35B479. Grayscale: #777777. Windows color (decimal): -3519610 or 8801226. OLE color: 8801226.

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

Color convert

RGB20275134-
CMYK00.630.340.21
HSL332.13º54.51%54.31%-
HSV(B)332.13º62.87%79.22%-
XYZ31.1819.3124.64-
YUV119.7136.08186.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=49.15%
G=18.25%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027513400.630.340.21332.1354.5154.31
HexCA4B8603F221514c3736
Octal31211320607742255146766
Binary11001010100101110000110011111110001010101101001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B86; }

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

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

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

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

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

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

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

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