#CC5B90

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

Shades of Mulberry #CC5B90

Tints of Mulberry #CC5B90

Color information

#CC5B90 (or 0xCC5B90) is unknown color: approx Mulberry. HEX triplet: CC, 5B and 90. RGB value is (204,91,144). Sum of RGB (Red+Green+Blue) = 204+91+144=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B90 is #33A46F. Grayscale: #828282. Windows color (decimal): -3384432 or 9460684. OLE color: 9460684.

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

Color convert

RGB20491144-
CMYK00.550.290.2
HSL331.86º52.56%57.84%-
HSV(B)331.86º55.39%80%-
XYZ33.6822.3328.92-
YUV130.83135.44180.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=46.47%
G=20.73%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049114400.550.290.2331.8652.5657.84
HexCC5B900371D1414c353a
Octal31413322006735245146572
Binary1100110010110111001000001101111110110100101001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B90; }

 p { color: rgb(204,91,144); }

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

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

 a { background-color: rgb(204,91,144); }

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

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

 span { border-color: rgb(204,91,144); }

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