#C64B96

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

Shades of Mulberry #C64B96

Tints of Mulberry #C64B96

Color information

#C64B96 (or 0xC64B96) is unknown color: approx Mulberry. HEX triplet: C6, 4B and 96. RGB value is (198,75,150). Sum of RGB (Red+Green+Blue) = 198+75+150=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B96 is #39B469. Grayscale: #787878. Windows color (decimal): -3781738 or 9849798. OLE color: 9849798.

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

Color convert

RGB19875150-
CMYK00.620.240.22
HSL323.41º51.9%53.53%-
HSV(B)323.41º62.12%77.65%-
XYZ31.3119.2430.92-
YUV120.33144.75183.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=46.81%
G=17.73%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987515000.620.240.22323.4151.953.53
HexC64B9603E18161433436
Octal30611322607630265036466
Binary1100011010010111001011001111101100010110101000011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B96; }

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

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

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

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

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

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

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

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