#CD559C

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

Shades of Mulberry #CD559C

Tints of Mulberry #CD559C

Color information

#CD559C (or 0xCD559C) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 9C. RGB value is (205,85,156). Sum of RGB (Red+Green+Blue) = 205+85+156=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD559C is #32AA63. Grayscale: #808080. Windows color (decimal): -3320420 or 10245581. OLE color: 10245581.

HSL color Cylindrical-coordinate representation of color #CD559C: hue angle of 324.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD559C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20585156-
CMYK00.590.240.20
HSL324.5º54.55%56.86%-
HSV(B)324.5º58.54%80.39%-
XYZ34.4321.8833.86-
YUV128.97143.26182.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=45.96%
G=19.06%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058515600.590.240.20324.554.5556.86
HexCD559C03B18141443739
Octal31512523407330245046771
Binary1100110110101011001110001110111100010100101000100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD559C; }

 p { color: rgb(205,85,156); }

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

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

 a { background-color: rgb(205,85,156); }

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

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

 span { border-color: rgb(205,85,156); }

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