#C35B96

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

Shades of Mulberry #C35B96

Tints of Mulberry #C35B96

Color information

#C35B96 (or 0xC35B96) is unknown color: approx Mulberry. HEX triplet: C3, 5B and 96. RGB value is (195,91,150). Sum of RGB (Red+Green+Blue) = 195+91+150=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35B96 is #3CA469. Grayscale: #808080. Windows color (decimal): -3974250 or 9853891. OLE color: 9853891.

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

Color convert

RGB19591150-
CMYK00.530.230.24
HSL325.96º46.43%56.08%-
HSV(B)325.96º53.33%76.47%-
XYZ31.7521.2931.29-
YUV128.82139.96175.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=44.72%
G=20.87%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959115000.530.230.24325.9646.4356.08
HexC35B9603517181462e38
Octal30313322606527305065670
Binary1100001110110111001011001101011011111000101000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B96; }

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

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

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

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

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

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

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

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