#C3528D

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

Shades of Mulberry #C3528D

Tints of Mulberry #C3528D

Color information

#C3528D (or 0xC3528D) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 8D. RGB value is (195,82,141). Sum of RGB (Red+Green+Blue) = 195+82+141=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528D is #3CAD72. Grayscale: #7A7A7A. Windows color (decimal): -3976563 or 9261763. OLE color: 9261763.

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

Color convert

RGB19582141-
CMYK00.580.280.24
HSL328.67º48.5%54.31%-
HSV(B)328.67º57.95%76.47%-
XYZ30.3319.5627.38-
YUV122.51138.44179.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=46.65%
G=19.62%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958214100.580.280.24328.6748.554.31
HexC3528D03A1C181493036
Octal30312221507234305116066
Binary1100001110100101000110101110101110011000101001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3528D; }

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

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

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

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

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

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

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

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