#C055A4

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

Shades of Mulberry #C055A4

Tints of Mulberry #C055A4

Color information

#C055A4 (or 0xC055A4) is unknown color: approx Mulberry. HEX triplet: C0, 55 and A4. RGB value is (192,85,164). Sum of RGB (Red+Green+Blue) = 192+85+164=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A4 is #3FAA5B. Grayscale: #7D7D7D. Windows color (decimal): -4172380 or 10769856. OLE color: 10769856.

HSL color Cylindrical-coordinate representation of color #C055A4: hue angle of 315.7º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055A4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19285164-
CMYK00.560.150.25
HSL315.7º45.92%54.31%-
HSV(B)315.7º55.73%75.29%-
XYZ31.6920.3837.39-
YUV126149.45175.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=43.54%
G=19.27%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928516400.560.150.25315.745.9254.31
HexC055A4038F1913c2e36
Octal30012524407017314745666
Binary110000001010101101001000111000111111001100111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055A4; }

 p { color: rgb(192,85,164); }

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

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

 a { background-color: rgb(192,85,164); }

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

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

 span { border-color: rgb(192,85,164); }

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