#c55288

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

Shades of Mulberry #C55288

Tints of Mulberry #C55288

Color information

#C55288 (or 0xC55288) is unknown color: approx Mulberry. HEX triplet: C5, 52 and 88. RGB value is (197,82,136). Sum of RGB (Red+Green+Blue) = 197+82+136=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55288 is #3AAD77. Grayscale: #7A7A7A. Windows color (decimal): -3845496 or 8934085. OLE color: 8934085.

HSL color Cylindrical-coordinate representation of color #C55288: hue angle of 331.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55288 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19782136-
CMYK00.580.310.23
HSL331.83º49.78%54.71%-
HSV(B)331.83º58.38%77.25%-
XYZ30.4919.6825.48-
YUV122.54135.6181.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=47.47%
G=19.76%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978213600.580.310.23331.8349.7854.71
HexC5528803A1F1714c3237
Octal30512221007237275146267
Binary1100010110100101000100001110101111110111101001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55288; }

 p { color: rgb(197,82,136); }

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

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

 a { background-color: rgb(197,82,136); }

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

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

 span { border-color: rgb(197,82,136); }

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