#C352A0

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

Shades of Mulberry #C352A0

Tints of Mulberry #C352A0

Color information

#C352A0 (or 0xC352A0) is unknown color: approx Mulberry. HEX triplet: C3, 52 and A0. RGB value is (195,82,160). Sum of RGB (Red+Green+Blue) = 195+82+160=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A0 is #3CAD5F. Grayscale: #7C7C7C. Windows color (decimal): -3976544 or 10506947. OLE color: 10506947.

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

Color convert

RGB19582160-
CMYK00.580.180.24
HSL318.58º48.5%54.31%-
HSV(B)318.58º57.95%76.47%-
XYZ31.8720.1735.47-
YUV124.68147.94178.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=44.62%
G=18.76%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958216000.580.180.24318.5848.554.31
HexC352A003A121813f3036
Octal30312224007222304776066
Binary1100001110100101010000001110101001011000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352A0; }

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

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

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

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

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

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

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

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