#C75598

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

Shades of Mulberry #C75598

Tints of Mulberry #C75598

Color information

#C75598 (or 0xC75598) is unknown color: approx Mulberry. HEX triplet: C7, 55 and 98. RGB value is (199,85,152). Sum of RGB (Red+Green+Blue) = 199+85+152=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75598 is #38AA67. Grayscale: #7E7E7E. Windows color (decimal): -3713640 or 9983431. OLE color: 9983431.

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

Color convert

RGB19985152-
CMYK00.570.240.22
HSL324.74º50.44%55.69%-
HSV(B)324.74º57.29%78.04%-
XYZ32.4720.9132.03-
YUV126.72142.27179.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=45.64%
G=19.50%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998515200.570.240.22324.7450.4455.69
HexC7559803918161453238
Octal30712523007130265056270
Binary1100011110101011001100001110011100010110101000101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75598; }

 p { color: rgb(199,85,152); }

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

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

 a { background-color: rgb(199,85,152); }

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

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

 span { border-color: rgb(199,85,152); }

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