#C64999

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

Shades of Mulberry #C64999

Tints of Mulberry #C64999

Color information

#C64999 (or 0xC64999) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 99. RGB value is (198,73,153). Sum of RGB (Red+Green+Blue) = 198+73+153=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C64999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64999 is #39B666. Grayscale: #777777. Windows color (decimal): -3782247 or 10045894. OLE color: 10045894.

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

Color convert

RGB19873153-
CMYK00.630.230.22
HSL321.6º52.3%53.14%-
HSV(B)321.6º63.13%77.65%-
XYZ31.4219.0732.16-
YUV119.5146.91184-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=46.70%
G=17.22%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987315300.630.230.22321.652.353.14
HexC6499903F17161423435
Octal30611123107727265026465
Binary1100011010010011001100101111111011110110101000010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64999; }

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

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

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

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

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

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

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

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