#C0558E

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

Shades of Mulberry #C0558E

Tints of Mulberry #C0558E

Color information

#C0558E (or 0xC0558E) is unknown color: approx Mulberry. HEX triplet: C0, 55 and 8E. RGB value is (192,85,142). Sum of RGB (Red+Green+Blue) = 192+85+142=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0558E is #3FAA71. Grayscale: #7B7B7B. Windows color (decimal): -4172402 or 9328064. OLE color: 9328064.

HSL color Cylindrical-coordinate representation of color #C0558E: hue angle of 328.04º 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 #C0558E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19285142-
CMYK00.560.260.25
HSL328.04º45.92%54.31%-
HSV(B)328.04º55.73%75.29%-
XYZ29.8719.6627.81-
YUV123.49138.45176.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=45.82%
G=20.29%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928514200.560.260.25328.0445.9254.31
HexC0558E0381A191482e36
Octal30012521607032315105666
Binary1100000010101011000111001110001101011001101001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0558E; }

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

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

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

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

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

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

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

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