#c64f99

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

Shades of Mulberry #C64F99

Tints of Mulberry #C64F99

Color information

#C64F99 (or 0xC64F99) is unknown color: approx Mulberry. HEX triplet: C6, 4F and 99. RGB value is (198,79,153). Sum of RGB (Red+Green+Blue) = 198+79+153=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F99 is #39B066. Grayscale: #7A7A7A. Windows color (decimal): -3780711 or 10047430. OLE color: 10047430.

HSL color Cylindrical-coordinate representation of color #C64F99: hue angle of 322.69º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F99 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19879153-
CMYK00.600.230.22
HSL322.69º51.07%54.31%-
HSV(B)322.69º60.1%77.65%-
XYZ31.8319.932.3-
YUV123.02144.92181.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 79 (31.25% from 255) = 18.37%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=46.05%
G=18.37%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987915300.600.230.22322.6951.0754.31
HexC64F9903C17161433336
Octal30611723107427265036366
Binary1100011010011111001100101111001011110110101000011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64f99; }

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

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

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

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

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

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

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

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