#CC5B93

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

Shades of Mulberry #CC5B93

Tints of Mulberry #CC5B93

Color information

#CC5B93 (or 0xCC5B93) is unknown color: approx Mulberry. HEX triplet: CC, 5B and 93. RGB value is (204,91,147). Sum of RGB (Red+Green+Blue) = 204+91+147=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B93 is #33A46C. Grayscale: #838383. Windows color (decimal): -3384429 or 9657292. OLE color: 9657292.

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

Color convert

RGB20491147-
CMYK00.550.280.2
HSL330.27º52.56%57.84%-
HSV(B)330.27º55.39%80%-
XYZ33.9122.4330.15-
YUV131.17136.94179.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 91 (35.94% from 255) = 20.59%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=46.15%
G=20.59%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049114700.550.280.2330.2752.5657.84
HexCC5B930371C1414a353a
Octal31413322306734245126572
Binary1100110010110111001001101101111110010100101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B93; }

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

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

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

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

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

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

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

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