#C75396

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

Shades of Mulberry #C75396

Tints of Mulberry #C75396

Color information

#C75396 (or 0xC75396) is unknown color: approx Mulberry. HEX triplet: C7, 53 and 96. RGB value is (199,83,150). Sum of RGB (Red+Green+Blue) = 199+83+150=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75396 is #38AC69. Grayscale: #7D7D7D. Windows color (decimal): -3714154 or 9851847. OLE color: 9851847.

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

Color convert

RGB19983150-
CMYK00.580.250.22
HSL325.34º50.88%55.29%-
HSV(B)325.34º58.29%78.04%-
XYZ32.1520.5331.12-
YUV125.32141.93180.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=46.06%
G=19.21%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998315000.580.250.22325.3450.8855.29
HexC7539603A19161453337
Octal30712322607231265056367
Binary1100011110100111001011001110101100110110101000101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75396; }

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

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

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

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

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

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

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

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