#C64B80

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

Shades of Mulberry #C64B80

Tints of Mulberry #C64B80

Color information

#C64B80 (or 0xC64B80) is unknown color: approx Mulberry. HEX triplet: C6, 4B and 80. RGB value is (198,75,128). Sum of RGB (Red+Green+Blue) = 198+75+128=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B80 is #39B47F. Grayscale: #757575. Windows color (decimal): -3781760 or 8408006. OLE color: 8408006.

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

Color convert

RGB19875128-
CMYK00.620.350.22
HSL334.15º51.9%53.53%-
HSV(B)334.15º62.12%77.65%-
XYZ29.718.622.45-
YUV117.82133.75185.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=49.38%
G=18.70%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987512800.620.350.22334.1551.953.53
HexC64B8003E231614e3436
Octal30611320007643265166466
Binary11000110100101110000000011111010001110110101001110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B80; }

 p { color: rgb(198,75,128); }

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

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

 a { background-color: rgb(198,75,128); }

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

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

 span { border-color: rgb(198,75,128); }

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