#C35285

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

Shades of Mulberry #C35285

Tints of Mulberry #C35285

Color information

#C35285 (or 0xC35285) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 85. RGB value is (195,82,133). Sum of RGB (Red+Green+Blue) = 195+82+133=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35285 is #3CAD7A. Grayscale: #797979. Windows color (decimal): -3976571 or 8737475. OLE color: 8737475.

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

Color convert

RGB19582133-
CMYK00.580.320.24
HSL332.92º48.5%54.31%-
HSV(B)332.92º57.95%76.47%-
XYZ29.7619.3324.35-
YUV121.6134.44180.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=47.56%
G=20%
B=32.44%

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
Decimal1958213300.580.320.24332.9248.554.31
HexC3528503A201814d3036
Octal30312220507240305156066
Binary11000011101001010000101011101010000011000101001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35285; }

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

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

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

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

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

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

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

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