#C35597

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

Shades of Mulberry #C35597

Tints of Mulberry #C35597

Color information

#C35597 (or 0xC35597) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 97. RGB value is (195,85,151). Sum of RGB (Red+Green+Blue) = 195+85+151=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35597 is #3CAA68. Grayscale: #7D7D7D. Windows color (decimal): -3975785 or 9917891. OLE color: 9917891.

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

Color convert

RGB19585151-
CMYK00.560.230.24
HSL324º47.83%54.9%-
HSV(B)324º56.41%76.47%-
XYZ31.3420.3331.55-
YUV125.41142.44177.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=45.24%
G=19.72%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958515100.560.230.2432447.8354.9
HexC3559703817181443037
Octal30312522707027305046067
Binary1100001110101011001011101110001011111000101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35597; }

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

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

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

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

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

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

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

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