#C64B84

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

Shades of Mulberry #C64B84

Tints of Mulberry #C64B84

Color information

#C64B84 (or 0xC64B84) is unknown color: approx Mulberry. HEX triplet: C6, 4B and 84. RGB value is (198,75,132). Sum of RGB (Red+Green+Blue) = 198+75+132=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B84 is #39B47B. Grayscale: #767676. Windows color (decimal): -3781756 or 8670150. OLE color: 8670150.

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

Color convert

RGB19875132-
CMYK00.620.330.22
HSL332.2º51.9%53.53%-
HSV(B)332.2º62.12%77.65%-
XYZ29.9718.723.86-
YUV118.28135.75184.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=48.89%
G=18.52%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987513200.620.330.22332.251.953.53
HexC64B8403E211614c3436
Octal30611320407641265146466
Binary11000110100101110000100011111010000110110101001100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B84; }

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

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

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

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

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

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

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

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