#C35983

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

Shades of Mulberry #C35983

Tints of Mulberry #C35983

Color information

#C35983 (or 0xC35983) is unknown color: approx Mulberry. HEX triplet: C3, 59 and 83. RGB value is (195,89,131). Sum of RGB (Red+Green+Blue) = 195+89+131=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35983 is #3CA67C. Grayscale: #7D7D7D. Windows color (decimal): -3974781 or 8608195. OLE color: 8608195.

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

Color convert

RGB19589131-
CMYK00.540.330.24
HSL336.23º46.9%55.69%-
HSV(B)336.23º54.36%76.47%-
XYZ30.1720.3923.82-
YUV125.48131.12177.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=46.99%
G=21.45%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958913100.540.330.24336.2346.955.69
HexC3598303621181502f38
Octal30313120306641305205770
Binary11000011101100110000011011011010000111000101010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35983; }

 p { color: rgb(195,89,131); }

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

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

 a { background-color: rgb(195,89,131); }

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

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

 span { border-color: rgb(195,89,131); }

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