#C5478C

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

Shades of Mulberry #C5478C

Tints of Mulberry #C5478C

Color information

#C5478C (or 0xC5478C) is unknown color: approx Mulberry. HEX triplet: C5, 47 and 8C. RGB value is (197,71,140). Sum of RGB (Red+Green+Blue) = 197+71+140=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5478C is #3AB873. Grayscale: #747474. Windows color (decimal): -3848308 or 9193413. OLE color: 9193413.

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

Color convert

RGB19771140-
CMYK00.640.290.23
HSL327.14º52.07%52.55%-
HSV(B)327.14º63.96%77.25%-
XYZ30.0118.2726.76-
YUV116.54141.24185.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=48.28%
G=17.40%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977114000.640.290.23327.1452.0752.55
HexC5478C0401D171473435
Octal305107214010035275076465
Binary11000101100011110001100010000001110110111101000111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5478C; }

 p { color: rgb(197,71,140); }

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

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

 a { background-color: rgb(197,71,140); }

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

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

 span { border-color: rgb(197,71,140); }

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