#C55C84

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

Shades of Mulberry #C55C84

Tints of Mulberry #C55C84

Color information

#C55C84 (or 0xC55C84) is unknown color: approx Mulberry. HEX triplet: C5, 5C and 84. RGB value is (197,92,132). Sum of RGB (Red+Green+Blue) = 197+92+132=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C84 is #3AA37B. Grayscale: #7F7F7F. Windows color (decimal): -3842940 or 8674501. OLE color: 8674501.

HSL color Cylindrical-coordinate representation of color #C55C84: hue angle of 337.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C84 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19792132-
CMYK00.530.330.23
HSL337.14º47.51%56.67%-
HSV(B)337.14º53.3%77.25%-
XYZ31.0221.1924.29-
YUV127.96130.29177.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=46.79%
G=21.85%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979213200.530.330.23337.1447.5156.67
HexC55C8403521171513039
Octal30513420406541275216071
Binary11000101101110010000100011010110000110111101010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C84; }

 p { color: rgb(197,92,132); }

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

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

 a { background-color: rgb(197,92,132); }

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

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

 span { border-color: rgb(197,92,132); }

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