#C75489

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

Shades of Mulberry #C75489

Tints of Mulberry #C75489

Color information

#C75489 (or 0xC75489) is unknown color: approx Mulberry. HEX triplet: C7, 54 and 89. RGB value is (199,84,137). Sum of RGB (Red+Green+Blue) = 199+84+137=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75489 is #38AB76. Grayscale: #7C7C7C. Windows color (decimal): -3713911 or 9000135. OLE color: 9000135.

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

Color convert

RGB19984137-
CMYK00.580.310.22
HSL332.35º50.66%55.49%-
HSV(B)332.35º57.79%78.04%-
XYZ31.2420.2925.94-
YUV124.43135.1181.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=47.38%
G=20%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998413700.580.310.22332.3550.6655.49
HexC7548903A1F1614c3337
Octal30712421107237265146367
Binary1100011110101001000100101110101111110110101001100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75489; }

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

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

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

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

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

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

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

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