#CC528D

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

Shades of Mulberry #CC528D

Tints of Mulberry #CC528D

Color information

#CC528D (or 0xCC528D) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 8D. RGB value is (204,82,141). Sum of RGB (Red+Green+Blue) = 204+82+141=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528D is #33AD72. Grayscale: #7D7D7D. Windows color (decimal): -3386739 or 9261772. OLE color: 9261772.

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

Color convert

RGB20482141-
CMYK00.600.310.2
HSL330.98º54.46%56.08%-
HSV(B)330.98º59.8%80%-
XYZ32.7320.827.49-
YUV125.2136.92184.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 82 (32.42% from 255) = 19.20%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=47.78%
G=19.20%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048214100.600.310.2330.9854.4656.08
HexCC528D03C1F1414b3638
Octal31412221507437245136670
Binary1100110010100101000110101111001111110100101001011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC528D; }

 p { color: rgb(204,82,141); }

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

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

 a { background-color: rgb(204,82,141); }

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

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

 span { border-color: rgb(204,82,141); }

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