#C35985

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

Shades of Mulberry #C35985

Tints of Mulberry #C35985

Color information

#C35985 (or 0xC35985) is unknown color: approx Mulberry. HEX triplet: C3, 59 and 85. RGB value is (195,89,133). Sum of RGB (Red+Green+Blue) = 195+89+133=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C35985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35985 is #3CA67A. Grayscale: #7D7D7D. Windows color (decimal): -3974779 or 8739267. OLE color: 8739267.

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

Color convert

RGB19589133-
CMYK00.540.320.24
HSL335.09º46.9%55.69%-
HSV(B)335.09º54.36%76.47%-
XYZ30.3120.4424.54-
YUV125.71132.12177.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=46.76%
G=21.34%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958913300.540.320.24335.0946.955.69
HexC35985036201814f2f38
Octal30313120506640305175770
Binary11000011101100110000101011011010000011000101001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35985; }

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

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

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

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

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

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

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

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