#CF579B

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

Shades of Mulberry #CF579B

Tints of Mulberry #CF579B

Color information

#CF579B (or 0xCF579B) is unknown color: approx Mulberry. HEX triplet: CF, 57 and 9B. RGB value is (207,87,155). Sum of RGB (Red+Green+Blue) = 207+87+155=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF579B is #30A864. Grayscale: #828282. Windows color (decimal): -3188837 or 10180559. OLE color: 10180559.

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

Color convert

RGB20787155-
CMYK00.580.250.19
HSL326º55.56%57.65%-
HSV(B)326º57.97%81.18%-
XYZ35.0622.4533.5-
YUV130.63141.76182.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=46.10%
G=19.38%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078715500.580.250.1932655.5657.65
HexCF579B03A1913146383a
Octal31712723307231235067072
Binary1100111110101111001101101110101100110011101000110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF579B; }

 p { color: rgb(207,87,155); }

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

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

 a { background-color: rgb(207,87,155); }

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

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

 span { border-color: rgb(207,87,155); }

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