#CC5289

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

Shades of Mulberry #CC5289

Tints of Mulberry #CC5289

Color information

#CC5289 (or 0xCC5289) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 89. RGB value is (204,82,137). Sum of RGB (Red+Green+Blue) = 204+82+137=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5289 is #33AD76. Grayscale: #7C7C7C. Windows color (decimal): -3386743 or 8999628. OLE color: 8999628.

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

Color convert

RGB20482137-
CMYK00.600.330.2
HSL332.95º54.46%56.08%-
HSV(B)332.95º59.8%80%-
XYZ32.4320.6825.95-
YUV124.75134.92184.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=48.23%
G=19.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048213700.600.330.2332.9554.4656.08
HexCC528903C211414d3638
Octal31412221107441245156670
Binary11001100101001010001001011110010000110100101001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5289; }

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

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

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

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

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

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

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

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