#CC528C

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

Shades of Mulberry #CC528C

Tints of Mulberry #CC528C

Color information

#CC528C (or 0xCC528C) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 8C. RGB value is (204,82,140). Sum of RGB (Red+Green+Blue) = 204+82+140=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528C is #33AD73. Grayscale: #7C7C7C. Windows color (decimal): -3386740 or 9196236. OLE color: 9196236.

HSL color Cylindrical-coordinate representation of color #CC528C: hue angle of 331.48º 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 #CC528C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB20482140-
CMYK00.600.310.2
HSL331.48º54.46%56.08%-
HSV(B)331.48º59.8%80%-
XYZ32.6520.7727.1-
YUV125.09136.42184.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=47.89%
G=19.25%
B=32.86%

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
Decimal2048214000.600.310.2331.4854.4656.08
HexCC528C03C1F1414b3638
Octal31412221407437245136670
Binary1100110010100101000110001111001111110100101001011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC528C; }

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

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

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

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

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

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

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

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