#C64C95

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

Shades of Mulberry #C64C95

Tints of Mulberry #C64C95

Color information

#C64C95 (or 0xC64C95) is unknown color: approx Mulberry. HEX triplet: C6, 4C and 95. RGB value is (198,76,149). Sum of RGB (Red+Green+Blue) = 198+76+149=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C95 is #39B36A. Grayscale: #787878. Windows color (decimal): -3781483 or 9784518. OLE color: 9784518.

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

Color convert

RGB19876149-
CMYK00.620.250.22
HSL324.1º51.69%53.73%-
HSV(B)324.1º61.62%77.65%-
XYZ31.319.3430.52-
YUV120.8143.92183.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=46.81%
G=17.97%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987614900.620.250.22324.151.6953.73
HexC64C9503E19161443436
Octal30611422507631265046466
Binary1100011010011001001010101111101100110110101000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C95; }

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

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

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

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

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

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

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

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