#C0487F

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

Shades of Mulberry #C0487F

Tints of Mulberry #C0487F

Color information

#C0487F (or 0xC0487F) is unknown color: approx Mulberry. HEX triplet: C0, 48 and 7F. RGB value is (192,72,127). Sum of RGB (Red+Green+Blue) = 192+72+127=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0487F is #3FB780. Grayscale: #727272. Windows color (decimal): -4175745 or 8341696. OLE color: 8341696.

HSL color Cylindrical-coordinate representation of color #C0487F: hue angle of 332.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0487F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19272127-
CMYK00.630.340.25
HSL332.5º48.78%51.76%-
HSV(B)332.5º62.5%75.29%-
XYZ27.8917.3721.96-
YUV114.15135.26183.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 127 (50% from 255) = 32.48%
R=49.10%
G=18.41%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927212700.630.340.25332.548.7851.76
HexC0487F03F221914c3134
Octal30011017707742315146164
Binary1100000010010001111111011111110001011001101001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0487F; }

 p { color: rgb(192,72,127); }

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

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

 a { background-color: rgb(192,72,127); }

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

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

 span { border-color: rgb(192,72,127); }

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