#C35C86

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

Shades of Mulberry #C35C86

Tints of Mulberry #C35C86

Color information

#C35C86 (or 0xC35C86) is unknown color: approx Mulberry. HEX triplet: C3, 5C and 86. RGB value is (195,92,134). Sum of RGB (Red+Green+Blue) = 195+92+134=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C86 is #3CA379. Grayscale: #7F7F7F. Windows color (decimal): -3974010 or 8805571. OLE color: 8805571.

HSL color Cylindrical-coordinate representation of color #C35C86: hue angle of 335.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C86 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19592134-
CMYK00.530.310.24
HSL335.53º46.19%56.27%-
HSV(B)335.53º52.82%76.47%-
XYZ30.6420.9824.99-
YUV127.58131.62176.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=46.32%
G=21.85%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959213400.530.310.24335.5346.1956.27
HexC35C860351F181502e38
Octal30313420606537305205670
Binary1100001110111001000011001101011111111000101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C86; }

 p { color: rgb(195,92,134); }

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

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

 a { background-color: rgb(195,92,134); }

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

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

 span { border-color: rgb(195,92,134); }

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