#CC5A94

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

Shades of Mulberry #CC5A94

Tints of Mulberry #CC5A94

Color information

#CC5A94 (or 0xCC5A94) is unknown color: approx Mulberry. HEX triplet: CC, 5A and 94. RGB value is (204,90,148). Sum of RGB (Red+Green+Blue) = 204+90+148=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A94 is #33A56B. Grayscale: #828282. Windows color (decimal): -3384684 or 9722572. OLE color: 9722572.

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

Color convert

RGB20490148-
CMYK00.560.270.2
HSL329.47º52.78%57.65%-
HSV(B)329.47º55.88%80%-
XYZ33.922.2930.53-
YUV130.7137.77180.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=46.15%
G=20.36%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049014800.560.270.2329.4752.7857.65
HexCC5A940381B14149353a
Octal31413222407033245116572
Binary1100110010110101001010001110001101110100101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A94; }

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

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

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

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

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

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

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

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