#c64987

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

Shades of Mulberry #C64987

Tints of Mulberry #C64987

Color information

#C64987 (or 0xC64987) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 87. RGB value is (198,73,135). Sum of RGB (Red+Green+Blue) = 198+73+135=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C64987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64987 is #39B678. Grayscale: #757575. Windows color (decimal): -3782265 or 8866246. OLE color: 8866246.

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

Color convert

RGB19873135-
CMYK00.630.320.22
HSL330.24º52.3%53.14%-
HSV(B)330.24º63.13%77.65%-
XYZ30.0418.5224.91-
YUV117.44137.91185.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=48.77%
G=17.98%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987313500.630.320.22330.2452.353.14
HexC6498703F201614a3435
Octal30611120707740265126465
Binary11000110100100110000111011111110000010110101001010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64987; }

 p { color: rgb(198,73,135); }

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

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

 a { background-color: rgb(198,73,135); }

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

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

 span { border-color: rgb(198,73,135); }

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