#C35E98

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

Shades of Mulberry #C35E98

Tints of Mulberry #C35E98

Color information

#C35E98 (or 0xC35E98) is unknown color: approx Mulberry. HEX triplet: C3, 5E and 98. RGB value is (195,94,152). Sum of RGB (Red+Green+Blue) = 195+94+152=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E98 is #3CA167. Grayscale: #828282. Windows color (decimal): -3973480 or 9985731. OLE color: 9985731.

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

Color convert

RGB19594152-
CMYK00.520.220.24
HSL325.54º45.7%56.67%-
HSV(B)325.54º51.79%76.47%-
XYZ32.1821.8732.23-
YUV130.81139.96173.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=44.22%
G=21.32%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959415200.520.220.24325.5445.756.67
HexC35E9803416181462e39
Octal30313623006426305065671
Binary1100001110111101001100001101001011011000101000110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E98; }

 p { color: rgb(195,94,152); }

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

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

 a { background-color: rgb(195,94,152); }

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

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

 span { border-color: rgb(195,94,152); }

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