#CC548B

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

Shades of Mulberry #CC548B

Tints of Mulberry #CC548B

Color information

#CC548B (or 0xCC548B) is unknown color: approx Mulberry. HEX triplet: CC, 54 and 8B. RGB value is (204,84,139). Sum of RGB (Red+Green+Blue) = 204+84+139=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC548B is #33AB74. Grayscale: #7E7E7E. Windows color (decimal): -3386229 or 9131212. OLE color: 9131212.

HSL color Cylindrical-coordinate representation of color #CC548B: hue angle of 332.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 #CC548B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20484139-
CMYK00.590.320.2
HSL332.5º54.05%56.47%-
HSV(B)332.5º58.82%80%-
XYZ32.7321.0426.76-
YUV126.15135.26183.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=47.78%
G=19.67%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048413900.590.320.2332.554.0556.47
HexCC548B03B201414c3638
Octal31412421307340245146670
Binary11001100101010010001011011101110000010100101001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC548B; }

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

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

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

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

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

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

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

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