#C75492

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

Shades of Mulberry #C75492

Tints of Mulberry #C75492

Color information

#C75492 (or 0xC75492) is unknown color: approx Mulberry. HEX triplet: C7, 54 and 92. RGB value is (199,84,146). Sum of RGB (Red+Green+Blue) = 199+84+146=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75492 is #38AB6D. Grayscale: #7D7D7D. Windows color (decimal): -3713902 or 9589959. OLE color: 9589959.

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

Color convert

RGB19984146-
CMYK00.580.270.22
HSL327.65º50.66%55.49%-
HSV(B)327.65º57.79%78.04%-
XYZ31.9120.5629.48-
YUV125.45139.6180.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=46.39%
G=19.58%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998414600.580.270.22327.6550.6655.49
HexC7549203A1B161483337
Octal30712422207233265106367
Binary1100011110101001001001001110101101110110101001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75492; }

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

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

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

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

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

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

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

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