#C6487D

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

Shades of Mulberry #C6487D

Tints of Mulberry #C6487D

Color information

#C6487D (or 0xC6487D) is unknown color: approx Mulberry. HEX triplet: C6, 48 and 7D. RGB value is (198,72,125). Sum of RGB (Red+Green+Blue) = 198+72+125=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6487D is #39B782. Grayscale: #737373. Windows color (decimal): -3782531 or 8210630. OLE color: 8210630.

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

Color convert

RGB19872125-
CMYK00.640.370.22
HSL334.76º52.5%52.94%-
HSV(B)334.76º63.64%77.65%-
XYZ29.3118.1221.36-
YUV115.72133.24186.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=50.13%
G=18.23%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987212500.640.370.22334.7652.552.94
HexC6487D040251614f3535
Octal306110175010045265176565
Binary11000110100100011111010100000010010110110101001111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6487D; }

 p { color: rgb(198,72,125); }

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

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

 a { background-color: rgb(198,72,125); }

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

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

 span { border-color: rgb(198,72,125); }

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