#C75796

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

Shades of Mulberry #C75796

Tints of Mulberry #C75796

Color information

#C75796 (or 0xC75796) is unknown color: approx Mulberry. HEX triplet: C7, 57 and 96. RGB value is (199,87,150). Sum of RGB (Red+Green+Blue) = 199+87+150=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75796 is #38A869. Grayscale: #7F7F7F. Windows color (decimal): -3713130 or 9852871. OLE color: 9852871.

HSL color Cylindrical-coordinate representation of color #C75796: hue angle of 326.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75796 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19987150-
CMYK00.560.250.22
HSL326.25º50%56.08%-
HSV(B)326.25º56.28%78.04%-
XYZ32.4721.1631.23-
YUV127.67140.61178.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=45.64%
G=19.95%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998715000.560.250.22326.255056.08
HexC7579603819161463238
Octal30712722607031265066270
Binary1100011110101111001011001110001100110110101000110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75796; }

 p { color: rgb(199,87,150); }

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

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

 a { background-color: rgb(199,87,150); }

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

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

 span { border-color: rgb(199,87,150); }

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