#CA5C9F

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

Shades of Mulberry #CA5C9F

Tints of Mulberry #CA5C9F

Color information

#CA5C9F (or 0xCA5C9F) is unknown color: approx Mulberry. HEX triplet: CA, 5C and 9F. RGB value is (202,92,159). Sum of RGB (Red+Green+Blue) = 202+92+159=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C9F is #35A360. Grayscale: #848484. Windows color (decimal): -3515233 or 10443978. OLE color: 10443978.

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

Color convert

RGB20292159-
CMYK00.540.210.21
HSL323.45º50.93%57.65%-
HSV(B)323.45º54.46%79.22%-
XYZ34.4422.7135.37-
YUV132.53142.94177.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=44.59%
G=20.31%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029215900.540.210.21323.4550.9357.65
HexCA5C9F0361515143333a
Octal31213423706625255036372
Binary1100101010111001001111101101101010110101101000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C9F; }

 p { color: rgb(202,92,159); }

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

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

 a { background-color: rgb(202,92,159); }

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

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

 span { border-color: rgb(202,92,159); }

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