#C3558A

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

Shades of Mulberry #C3558A

Tints of Mulberry #C3558A

Color information

#C3558A (or 0xC3558A) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 8A. RGB value is (195,85,138). Sum of RGB (Red+Green+Blue) = 195+85+138=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558A is #3CAA75. Grayscale: #7B7B7B. Windows color (decimal): -3975798 or 9065923. OLE color: 9065923.

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

Color convert

RGB19585138-
CMYK00.560.290.24
HSL331.09º47.83%54.9%-
HSV(B)331.09º56.41%76.47%-
XYZ30.3419.9326.29-
YUV123.93135.94178.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=46.65%
G=20.33%
B=33.01%

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
Decimal1958513800.560.290.24331.0947.8354.9
HexC3558A0381D1814b3037
Octal30312521207035305136067
Binary1100001110101011000101001110001110111000101001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3558A; }

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

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

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

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

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

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

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

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