#C64C7F

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

Shades of Mulberry #C64C7F

Tints of Mulberry #C64C7F

Color information

#C64C7F (or 0xC64C7F) is unknown color: approx Mulberry. HEX triplet: C6, 4C and 7F. RGB value is (198,76,127). Sum of RGB (Red+Green+Blue) = 198+76+127=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C7F is #39B380. Grayscale: #767676. Windows color (decimal): -3781505 or 8342726. OLE color: 8342726.

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

Color convert

RGB19876127-
CMYK00.620.360.22
HSL334.92º51.69%53.73%-
HSV(B)334.92º61.62%77.65%-
XYZ29.718.7122.12-
YUV118.29132.92184.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 127 (50% from 255) = 31.67%
R=49.38%
G=18.95%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987612700.620.360.22334.9251.6953.73
HexC64C7F03E241614f3436
Octal30611417707644265176466
Binary1100011010011001111111011111010010010110101001111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C7F; }

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

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

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

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

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

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

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

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