#CA5B8F

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

Shades of Mulberry #CA5B8F

Tints of Mulberry #CA5B8F

Color information

#CA5B8F (or 0xCA5B8F) is unknown color: approx Mulberry. HEX triplet: CA, 5B and 8F. RGB value is (202,91,143). Sum of RGB (Red+Green+Blue) = 202+91+143=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5B8F is #35A470. Grayscale: #828282. Windows color (decimal): -3515505 or 9395146. OLE color: 9395146.

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

Color convert

RGB20291143-
CMYK00.550.290.21
HSL331.89º51.15%57.45%-
HSV(B)331.89º54.95%79.22%-
XYZ33.0622.0228.5-
YUV130.12135.27179.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=46.33%
G=20.87%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029114300.550.290.21331.8951.1557.45
HexCA5B8F0371D1514c3339
Octal31213321706735255146371
Binary1100101010110111000111101101111110110101101001100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5B8F; }

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

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

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

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

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

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

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

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