#C35184

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

Shades of Mulberry #C35184

Tints of Mulberry #C35184

Color information

#C35184 (or 0xC35184) is unknown color: approx Mulberry. HEX triplet: C3, 51 and 84. RGB value is (195,81,132). Sum of RGB (Red+Green+Blue) = 195+81+132=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35184 is #3CAE7B. Grayscale: #787878. Windows color (decimal): -3976828 or 8671683. OLE color: 8671683.

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

Color convert

RGB19581132-
CMYK00.580.320.24
HSL333.16º48.72%54.12%-
HSV(B)333.16º58.46%76.47%-
XYZ29.6119.1523.97-
YUV120.9134.27180.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=47.79%
G=19.85%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958113200.580.320.24333.1648.7254.12
HexC3518403A201814d3136
Octal30312120407240305156166
Binary11000011101000110000100011101010000011000101001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35184; }

 p { color: rgb(195,81,132); }

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

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

 a { background-color: rgb(195,81,132); }

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

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

 span { border-color: rgb(195,81,132); }

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