#C35E8E

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

Shades of Mulberry #C35E8E

Tints of Mulberry #C35E8E

Color information

#C35E8E (or 0xC35E8E) is unknown color: approx Mulberry. HEX triplet: C3, 5E and 8E. RGB value is (195,94,142). Sum of RGB (Red+Green+Blue) = 195+94+142=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E8E is #3CA171. Grayscale: #818181. Windows color (decimal): -3973490 or 9330371. OLE color: 9330371.

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

Color convert

RGB19594142-
CMYK00.520.270.24
HSL331.49º45.7%56.67%-
HSV(B)331.49º51.79%76.47%-
XYZ31.3921.5628.1-
YUV129.67134.96174.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=45.24%
G=21.81%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959414200.520.270.24331.4945.756.67
HexC35E8E0341B1814b2e39
Octal30313621606433305135671
Binary1100001110111101000111001101001101111000101001011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E8E; }

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

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

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

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

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

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

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

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