#C3558B

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

Shades of Mulberry #C3558B

Tints of Mulberry #C3558B

Color information

#C3558B (or 0xC3558B) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 8B. RGB value is (195,85,139). Sum of RGB (Red+Green+Blue) = 195+85+139=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558B is #3CAA74. Grayscale: #7B7B7B. Windows color (decimal): -3975797 or 9131459. OLE color: 9131459.

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

Color convert

RGB19585139-
CMYK00.560.290.24
HSL330.55º47.83%54.9%-
HSV(B)330.55º56.41%76.47%-
XYZ30.4119.9626.68-
YUV124.05136.44178.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=46.54%
G=20.29%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958513900.560.290.24330.5547.8354.9
HexC3558B0381D1814b3037
Octal30312521307035305136067
Binary1100001110101011000101101110001110111000101001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3558B; }

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

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

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

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

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

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

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

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