#C35592

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

Shades of Mulberry #C35592

Tints of Mulberry #C35592

Color information

#C35592 (or 0xC35592) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 92. RGB value is (195,85,146). Sum of RGB (Red+Green+Blue) = 195+85+146=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35592 is #3CAA6D. Grayscale: #7C7C7C. Windows color (decimal): -3975790 or 9590211. OLE color: 9590211.

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

Color convert

RGB19585146-
CMYK00.560.250.24
HSL326.73º47.83%54.9%-
HSV(B)326.73º56.41%76.47%-
XYZ30.9420.1729.46-
YUV124.84139.94178.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=45.77%
G=19.95%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958514600.560.250.24326.7347.8354.9
HexC3559203819181473037
Octal30312522207031305076067
Binary1100001110101011001001001110001100111000101000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35592; }

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

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

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

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

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

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

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

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