#C35288

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

Shades of Mulberry #C35288

Tints of Mulberry #C35288

Color information

#C35288 (or 0xC35288) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 88. RGB value is (195,82,136). Sum of RGB (Red+Green+Blue) = 195+82+136=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35288 is #3CAD77. Grayscale: #797979. Windows color (decimal): -3976568 or 8934083. OLE color: 8934083.

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

Color convert

RGB19582136-
CMYK00.580.300.24
HSL331.33º48.5%54.31%-
HSV(B)331.33º57.95%76.47%-
XYZ29.9719.4125.46-
YUV121.94135.94180.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=47.22%
G=19.85%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958213600.580.300.24331.3348.554.31
HexC3528803A1E1814b3036
Octal30312221007236305136066
Binary1100001110100101000100001110101111011000101001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35288; }

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

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

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

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

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

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

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

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