#cc5a8e

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

Shades of Mulberry #CC5A8E

Tints of Mulberry #CC5A8E

Color information

#CC5A8E (or 0xCC5A8E) is unknown color: approx Mulberry. HEX triplet: CC, 5A and 8E. RGB value is (204,90,142). Sum of RGB (Red+Green+Blue) = 204+90+142=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8E is #33A571. Grayscale: #818181. Windows color (decimal): -3384690 or 9329356. OLE color: 9329356.

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

Color convert

RGB20490142-
CMYK00.560.300.2
HSL332.63º52.78%57.65%-
HSV(B)332.63º55.88%80%-
XYZ33.4422.128.09-
YUV130.01134.77180.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=46.79%
G=20.64%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049014200.560.300.2332.6352.7857.65
HexCC5A8E0381E1414d353a
Octal31413221607036245156572
Binary1100110010110101000111001110001111010100101001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5a8e; }

 p { color: rgb(204,90,142); }

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

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

 a { background-color: rgb(204,90,142); }

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

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

 span { border-color: rgb(204,90,142); }

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