#C35292

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

Shades of Mulberry #C35292

Tints of Mulberry #C35292

Color information

#C35292 (or 0xC35292) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 92. RGB value is (195,82,146). Sum of RGB (Red+Green+Blue) = 195+82+146=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35292 is #3CAD6D. Grayscale: #7A7A7A. Windows color (decimal): -3976558 or 9589443. OLE color: 9589443.

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

Color convert

RGB19582146-
CMYK00.580.250.24
HSL326.02º48.5%54.31%-
HSV(B)326.02º57.95%76.47%-
XYZ30.7119.7129.38-
YUV123.08140.94179.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=46.10%
G=19.39%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958214600.580.250.24326.0248.554.31
HexC3529203A19181463036
Octal30312222207231305066066
Binary1100001110100101001001001110101100111000101000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35292; }

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

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

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

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

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

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

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

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