#C35286

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

Shades of Mulberry #C35286

Tints of Mulberry #C35286

Color information

#C35286 (or 0xC35286) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 86. RGB value is (195,82,134). Sum of RGB (Red+Green+Blue) = 195+82+134=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35286 is #3CAD79. Grayscale: #797979. Windows color (decimal): -3976570 or 8803011. OLE color: 8803011.

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

Color convert

RGB19582134-
CMYK00.580.310.24
HSL332.39º48.5%54.31%-
HSV(B)332.39º57.95%76.47%-
XYZ29.8319.3624.72-
YUV121.71134.94180.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=47.45%
G=19.95%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958213400.580.310.24332.3948.554.31
HexC3528603A1F1814c3036
Octal30312220607237305146066
Binary1100001110100101000011001110101111111000101001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35286; }

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

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

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

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

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

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

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

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