#ca5b86

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

Shades of Mulberry #CA5B86

Tints of Mulberry #CA5B86

Color information

#CA5B86 (or 0xCA5B86) is unknown color: approx Mulberry. HEX triplet: CA, 5B and 86. RGB value is (202,91,134). Sum of RGB (Red+Green+Blue) = 202+91+134=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B86 is #35A479. Grayscale: #818181. Windows color (decimal): -3515514 or 8805322. OLE color: 8805322.

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

Color convert

RGB20291134-
CMYK00.550.340.21
HSL336.76º51.15%57.45%-
HSV(B)336.76º54.95%79.22%-
XYZ32.421.7625.05-
YUV129.09130.77180-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 91 (35.94% from 255) = 21.31%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=47.31%
G=21.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029113400.550.340.21336.7651.1557.45
HexCA5B8603722151513339
Octal31213320606742255216371
Binary11001010101101110000110011011110001010101101010001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5b86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5b86; }

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

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

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

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

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

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

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

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