#CC55A6

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

Shades of Mulberry #CC55A6

Tints of Mulberry #CC55A6

Color information

#CC55A6 (or 0xCC55A6) is unknown color: approx Mulberry. HEX triplet: CC, 55 and A6. RGB value is (204,85,166). Sum of RGB (Red+Green+Blue) = 204+85+166=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A6 is #33AA59. Grayscale: #818181. Windows color (decimal): -3385946 or 10900940. OLE color: 10900940.

HSL color Cylindrical-coordinate representation of color #CC55A6: hue angle of 319.16º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC55A6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB20485166-
CMYK00.580.190.2
HSL319.16º53.85%56.67%-
HSV(B)319.16º58.33%80%-
XYZ35.0322.0938.49-
YUV129.82148.42180.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=44.84%
G=18.68%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048516600.580.190.2319.1653.8556.67
HexCC55A603A131413f3639
Octal31412524607223244776671
Binary1100110010101011010011001110101001110100100111111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55A6; }

 p { color: rgb(204,85,166); }

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

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

 a { background-color: rgb(204,85,166); }

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

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

 span { border-color: rgb(204,85,166); }

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