#C358A0

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

Shades of Mulberry #C358A0

Tints of Mulberry #C358A0

Color information

#C358A0 (or 0xC358A0) is unknown color: approx Mulberry. HEX triplet: C3, 58 and A0. RGB value is (195,88,160). Sum of RGB (Red+Green+Blue) = 195+88+160=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C358A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358A0 is #3CA75F. Grayscale: #808080. Windows color (decimal): -3975008 or 10508483. OLE color: 10508483.

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

Color convert

RGB19588160-
CMYK00.550.180.24
HSL319.63º47.14%55.49%-
HSV(B)319.63º54.87%76.47%-
XYZ32.3421.1235.63-
YUV128.2145.95175.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=44.02%
G=19.86%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958816000.550.180.24319.6347.1455.49
HexC358A003712181402f37
Octal30313024006722305005767
Binary1100001110110001010000001101111001011000101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358A0; }

 p { color: rgb(195,88,160); }

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

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

 a { background-color: rgb(195,88,160); }

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

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

 span { border-color: rgb(195,88,160); }

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