#CF549A

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

Shades of Mulberry #CF549A

Tints of Mulberry #CF549A

Color information

#CF549A (or 0xCF549A) is unknown color: approx Mulberry. HEX triplet: CF, 54 and 9A. RGB value is (207,84,154). Sum of RGB (Red+Green+Blue) = 207+84+154=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF549A is #30AB65. Grayscale: #808080. Windows color (decimal): -3189606 or 10114255. OLE color: 10114255.

HSL color Cylindrical-coordinate representation of color #CF549A: hue angle of 325.85º 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 #CF549A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB20784154-
CMYK00.590.260.19
HSL325.85º56.16%57.06%-
HSV(B)325.85º59.42%81.18%-
XYZ34.7421.9432.98-
YUV128.76142.25183.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=46.52%
G=18.88%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078415400.590.260.19325.8556.1657.06
HexCF549A03B1A131463839
Octal31712423207332235067071
Binary1100111110101001001101001110111101010011101000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF549A; }

 p { color: rgb(207,84,154); }

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

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

 a { background-color: rgb(207,84,154); }

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

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

 span { border-color: rgb(207,84,154); }

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