#C35B86

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

Shades of Mulberry #C35B86

Tints of Mulberry #C35B86

Color information

#C35B86 (or 0xC35B86) is unknown color: approx Mulberry. HEX triplet: C3, 5B and 86. RGB value is (195,91,134). Sum of RGB (Red+Green+Blue) = 195+91+134=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35B86 is #3CA479. Grayscale: #7E7E7E. Windows color (decimal): -3974266 or 8805315. OLE color: 8805315.

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

Color convert

RGB19591134-
CMYK00.530.310.24
HSL335.19º46.43%56.08%-
HSV(B)335.19º53.33%76.47%-
XYZ30.5520.8124.96-
YUV127131.96176.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=46.43%
G=21.67%
B=31.90%

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
Decimal1959113400.530.310.24335.1946.4356.08
HexC35B860351F1814f2e38
Octal30313320606537305175670
Binary1100001110110111000011001101011111111000101001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B86; }

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

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

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

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

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

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

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

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