#C3559A

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

Shades of Mulberry #C3559A

Tints of Mulberry #C3559A

Color information

#C3559A (or 0xC3559A) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 9A. RGB value is (195,85,154). Sum of RGB (Red+Green+Blue) = 195+85+154=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559A is #3CAA65. Grayscale: #7D7D7D. Windows color (decimal): -3975782 or 10114499. OLE color: 10114499.

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

Color convert

RGB19585154-
CMYK00.560.210.24
HSL322.36º47.83%54.9%-
HSV(B)322.36º56.41%76.47%-
XYZ31.5920.4332.85-
YUV125.76143.94177.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=44.93%
G=19.59%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958515400.560.210.24322.3647.8354.9
HexC3559A03815181423037
Octal30312523207025305026067
Binary1100001110101011001101001110001010111000101000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3559A; }

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

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

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

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

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

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

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

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