#C64C9F

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

Shades of Mulberry #C64C9F

Tints of Mulberry #C64C9F

Color information

#C64C9F (or 0xC64C9F) is unknown color: approx Mulberry. HEX triplet: C6, 4C and 9F. RGB value is (198,76,159). Sum of RGB (Red+Green+Blue) = 198+76+159=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C9F is #39B360. Grayscale: #797979. Windows color (decimal): -3781473 or 10439878. OLE color: 10439878.

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

Color convert

RGB19876159-
CMYK00.620.200.22
HSL319.18º51.69%53.73%-
HSV(B)319.18º61.62%77.65%-
XYZ32.1319.6834.91-
YUV121.94148.92182.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=45.73%
G=17.55%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987615900.620.200.22319.1851.6953.73
HexC64C9F03E141613f3436
Octal30611423707624264776466
Binary1100011010011001001111101111101010010110100111111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C9F; }

 p { color: rgb(198,76,159); }

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

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

 a { background-color: rgb(198,76,159); }

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

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

 span { border-color: rgb(198,76,159); }

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