#CC5285

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

Shades of Mulberry #CC5285

Tints of Mulberry #CC5285

Color information

#CC5285 (or 0xCC5285) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 85. RGB value is (204,82,133). Sum of RGB (Red+Green+Blue) = 204+82+133=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5285 is #33AD7A. Grayscale: #7C7C7C. Windows color (decimal): -3386747 or 8737484. OLE color: 8737484.

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

Color convert

RGB20482133-
CMYK00.600.350.2
HSL334.92º54.46%56.08%-
HSV(B)334.92º59.8%80%-
XYZ32.1520.5724.47-
YUV124.29132.92184.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=48.69%
G=19.57%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048213300.600.350.2334.9254.4656.08
HexCC528503C231414f3638
Octal31412220507443245176670
Binary11001100101001010000101011110010001110100101001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5285; }

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

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

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

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

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

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

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

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