#C64484

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

Shades of Mulberry #C64484

Tints of Mulberry #C64484

Color information

#C64484 (or 0xC64484) is unknown color: approx Mulberry. HEX triplet: C6, 44 and 84. RGB value is (198,68,132). Sum of RGB (Red+Green+Blue) = 198+68+132=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64484 is #39BB7B. Grayscale: #727272. Windows color (decimal): -3783548 or 8668358. OLE color: 8668358.

HSL color Cylindrical-coordinate representation of color #C64484: hue angle of 330.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64484 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19868132-
CMYK00.660.330.22
HSL330.46º53.28%52.16%-
HSV(B)330.46º65.66%77.65%-
XYZ29.5217.8123.71-
YUV114.17138.07187.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.75%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=49.75%
G=17.09%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986813200.660.330.22330.4653.2852.16
HexC64484042211614a3534
Octal306104204010241265126564
Binary110001101000100100001000100001010000110110101001010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64484; }

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

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

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

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

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

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

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

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