#C64E97

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

Shades of Mulberry #C64E97

Tints of Mulberry #C64E97

Color information

#C64E97 (or 0xC64E97) is unknown color: approx Mulberry. HEX triplet: C6, 4E and 97. RGB value is (198,78,151). Sum of RGB (Red+Green+Blue) = 198+78+151=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E97 is #39B168. Grayscale: #7A7A7A. Windows color (decimal): -3780969 or 9916102. OLE color: 9916102.

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

Color convert

RGB19878151-
CMYK00.610.240.22
HSL323.5º51.28%54.12%-
HSV(B)323.5º60.61%77.65%-
XYZ31.619.6931.41-
YUV122.2144.26182.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=46.37%
G=18.27%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987815100.610.240.22323.551.2854.12
HexC64E9703D18161443336
Octal30611622707530265046366
Binary1100011010011101001011101111011100010110101000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E97; }

 p { color: rgb(198,78,151); }

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

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

 a { background-color: rgb(198,78,151); }

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

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

 span { border-color: rgb(198,78,151); }

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