#C55A8F

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

Shades of Mulberry #C55A8F

Tints of Mulberry #C55A8F

Color information

#C55A8F (or 0xC55A8F) is unknown color: approx Mulberry. HEX triplet: C5, 5A and 8F. RGB value is (197,90,143). Sum of RGB (Red+Green+Blue) = 197+90+143=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8F is #3AA570. Grayscale: #7F7F7F. Windows color (decimal): -3843441 or 9394885. OLE color: 9394885.

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

Color convert

RGB19790143-
CMYK00.540.270.23
HSL330.28º47.98%56.27%-
HSV(B)330.28º54.31%77.25%-
XYZ31.6421.1728.4-
YUV128.04136.45177.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=45.81%
G=20.93%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979014300.540.270.23330.2847.9856.27
HexC55A8F0361B1714a3038
Octal30513221706633275126070
Binary1100010110110101000111101101101101110111101001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A8F; }

 p { color: rgb(197,90,143); }

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

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

 a { background-color: rgb(197,90,143); }

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

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

 span { border-color: rgb(197,90,143); }

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