#C64F8A

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

Shades of Mulberry #C64F8A

Tints of Mulberry #C64F8A

Color information

#C64F8A (or 0xC64F8A) is unknown color: approx Mulberry. HEX triplet: C6, 4F and 8A. RGB value is (198,79,138). Sum of RGB (Red+Green+Blue) = 198+79+138=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F8A is #39B075. Grayscale: #797979. Windows color (decimal): -3780726 or 9064390. OLE color: 9064390.

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

Color convert

RGB19879138-
CMYK00.600.300.22
HSL330.25º51.07%54.31%-
HSV(B)330.25º60.1%77.65%-
XYZ30.6719.4326.18-
YUV121.31137.42182.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=47.71%
G=19.04%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987913800.600.300.22330.2551.0754.31
HexC64F8A03C1E1614a3336
Octal30611721207436265126366
Binary1100011010011111000101001111001111010110101001010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F8A; }

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

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

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

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

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

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

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

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