#C75781

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

Shades of Mulberry #C75781

Tints of Mulberry #C75781

Color information

#C75781 (or 0xC75781) is unknown color: approx Mulberry. HEX triplet: C7, 57 and 81. RGB value is (199,87,129). Sum of RGB (Red+Green+Blue) = 199+87+129=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C75781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75781 is #38A87E. Grayscale: #7D7D7D. Windows color (decimal): -3713151 or 8476615. OLE color: 8476615.

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

Color convert

RGB19987129-
CMYK00.560.350.22
HSL337.5º50%56.08%-
HSV(B)337.5º56.28%78.04%-
XYZ30.9220.5423.1-
YUV125.28130.11180.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=47.95%
G=20.96%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998712900.560.350.22337.55056.08
HexC7578103823161523238
Octal30712720107043265226270
Binary11000111101011110000001011100010001110110101010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75781; }

 p { color: rgb(199,87,129); }

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

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

 a { background-color: rgb(199,87,129); }

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

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

 span { border-color: rgb(199,87,129); }

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