#C35093

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

Shades of Mulberry #C35093

Tints of Mulberry #C35093

Color information

#C35093 (or 0xC35093) is unknown color: approx Mulberry. HEX triplet: C3, 50 and 93. RGB value is (195,80,147). Sum of RGB (Red+Green+Blue) = 195+80+147=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C35093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35093 is #3CAF6C. Grayscale: #797979. Windows color (decimal): -3977069 or 9654467. OLE color: 9654467.

HSL color Cylindrical-coordinate representation of color #C35093: hue angle of 325.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35093 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19580147-
CMYK00.590.250.24
HSL325.04º48.94%53.92%-
HSV(B)325.04º58.97%76.47%-
XYZ30.6419.4529.74-
YUV122.02142.1180.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=46.21%
G=18.96%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958014700.590.250.24325.0448.9453.92
HexC3509303B19181453136
Octal30312022307331305056166
Binary1100001110100001001001101110111100111000101000101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35093; }

 p { color: rgb(195,80,147); }

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

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

 a { background-color: rgb(195,80,147); }

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

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

 span { border-color: rgb(195,80,147); }

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