#CF559D

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

Shades of Mulberry #CF559D

Tints of Mulberry #CF559D

Color information

#CF559D (or 0xCF559D) is unknown color: approx Mulberry. HEX triplet: CF, 55 and 9D. RGB value is (207,85,157). Sum of RGB (Red+Green+Blue) = 207+85+157=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF559D is #30AA62. Grayscale: #818181. Windows color (decimal): -3189347 or 10311119. OLE color: 10311119.

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

Color convert

RGB20785157-
CMYK00.590.240.19
HSL324.59º55.96%57.25%-
HSV(B)324.59º58.94%81.18%-
XYZ35.0722.234.33-
YUV129.69143.42183.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=46.10%
G=18.93%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078515700.590.240.19324.5955.9657.25
HexCF559D03B18131453839
Octal31712523507330235057071
Binary1100111110101011001110101110111100010011101000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF559D; }

 p { color: rgb(207,85,157); }

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

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

 a { background-color: rgb(207,85,157); }

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

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

 span { border-color: rgb(207,85,157); }

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