#CD5B93

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

Shades of Mulberry #CD5B93

Tints of Mulberry #CD5B93

Color information

#CD5B93 (or 0xCD5B93) is unknown color: approx Mulberry. HEX triplet: CD, 5B and 93. RGB value is (205,91,147). Sum of RGB (Red+Green+Blue) = 205+91+147=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5B93 is #32A46C. Grayscale: #838383. Windows color (decimal): -3318893 or 9657293. OLE color: 9657293.

HSL color Cylindrical-coordinate representation of color #CD5B93: hue angle of 330.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5B93 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20591147-
CMYK00.560.280.20
HSL330.53º53.27%58.04%-
HSV(B)330.53º55.61%80.39%-
XYZ34.1822.5730.16-
YUV131.47136.77180.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=46.28%
G=20.54%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059114700.560.280.20330.5353.2758.04
HexCD5B930381C1414b353a
Octal31513322307034245136572
Binary1100110110110111001001101110001110010100101001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B93; }

 p { color: rgb(205,91,147); }

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

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

 a { background-color: rgb(205,91,147); }

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

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

 span { border-color: rgb(205,91,147); }

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