#C3558E

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

Shades of Mulberry #C3558E

Tints of Mulberry #C3558E

Color information

#C3558E (or 0xC3558E) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 8E. RGB value is (195,85,142). Sum of RGB (Red+Green+Blue) = 195+85+142=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558E is #3CAA71. Grayscale: #7C7C7C. Windows color (decimal): -3975794 or 9328067. OLE color: 9328067.

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

Color convert

RGB19585142-
CMYK00.560.270.24
HSL328.91º47.83%54.9%-
HSV(B)328.91º56.41%76.47%-
XYZ30.6420.0527.85-
YUV124.39137.94178.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=46.21%
G=20.14%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958514200.560.270.24328.9147.8354.9
HexC3558E0381B181493037
Octal30312521607033305116067
Binary1100001110101011000111001110001101111000101001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3558E; }

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

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

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

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

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

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

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

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