#C75496

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

Shades of Mulberry #C75496

Tints of Mulberry #C75496

Color information

#C75496 (or 0xC75496) is unknown color: approx Mulberry. HEX triplet: C7, 54 and 96. RGB value is (199,84,150). Sum of RGB (Red+Green+Blue) = 199+84+150=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75496 is #38AB69. Grayscale: #7D7D7D. Windows color (decimal): -3713898 or 9852103. OLE color: 9852103.

HSL color Cylindrical-coordinate representation of color #C75496: hue angle of 325.57º 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 #C75496 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19984150-
CMYK00.580.250.22
HSL325.57º50.66%55.49%-
HSV(B)325.57º57.79%78.04%-
XYZ32.2320.6831.15-
YUV125.91141.6180.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=45.96%
G=19.40%
B=34.64%

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
Decimal1998415000.580.250.22325.5750.6655.49
HexC7549603A19161463337
Octal30712422607231265066367
Binary1100011110101001001011001110101100110110101000110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75496; }

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

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

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

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

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

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

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

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