#C35392

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

Shades of Mulberry #C35392

Tints of Mulberry #C35392

Color information

#C35392 (or 0xC35392) is unknown color: approx Mulberry. HEX triplet: C3, 53 and 92. RGB value is (195,83,146). Sum of RGB (Red+Green+Blue) = 195+83+146=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C35392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35392 is #3CAC6D. Grayscale: #7B7B7B. Windows color (decimal): -3976302 or 9589699. OLE color: 9589699.

HSL color Cylindrical-coordinate representation of color #C35392: hue angle of 326.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35392 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19583146-
CMYK00.570.250.24
HSL326.25º48.28%54.51%-
HSV(B)326.25º57.44%76.47%-
XYZ30.7919.8629.41-
YUV123.67140.61178.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=45.99%
G=19.58%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958314600.570.250.24326.2548.2854.51
HexC3539203919181463037
Octal30312322207131305066067
Binary1100001110100111001001001110011100111000101000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35392; }

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

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

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

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

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

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

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

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