#CC549B

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

Shades of Mulberry #CC549B

Tints of Mulberry #CC549B

Color information

#CC549B (or 0xCC549B) is unknown color: approx Mulberry. HEX triplet: CC, 54 and 9B. RGB value is (204,84,155). Sum of RGB (Red+Green+Blue) = 204+84+155=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC549B is #33AB64. Grayscale: #7F7F7F. Windows color (decimal): -3386213 or 10179788. OLE color: 10179788.

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

Color convert

RGB20484155-
CMYK00.590.240.2
HSL324.5º54.05%56.47%-
HSV(B)324.5º58.82%80%-
XYZ33.9921.5433.38-
YUV127.97143.26182.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=46.05%
G=18.96%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048415500.590.240.2324.554.0556.47
HexCC549B03B18141443638
Octal31412423307330245046670
Binary1100110010101001001101101110111100010100101000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC549B; }

 p { color: rgb(204,84,155); }

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

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

 a { background-color: rgb(204,84,155); }

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

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

 span { border-color: rgb(204,84,155); }

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