#C64D9B

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

Shades of Mulberry #C64D9B

Tints of Mulberry #C64D9B

Color information

#C64D9B (or 0xC64D9B) is unknown color: approx Mulberry. HEX triplet: C6, 4D and 9B. RGB value is (198,77,155). Sum of RGB (Red+Green+Blue) = 198+77+155=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D9B is #39B264. Grayscale: #797979. Windows color (decimal): -3781221 or 10177990. OLE color: 10177990.

HSL color Cylindrical-coordinate representation of color #C64D9B: hue angle of 321.32º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D9B is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19877155-
CMYK00.610.220.22
HSL321.32º51.49%53.92%-
HSV(B)321.32º61.11%77.65%-
XYZ31.8619.6833.13-
YUV122.07146.59182.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=46.05%
G=17.91%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987715500.610.220.22321.3251.4953.92
HexC64D9B03D16161413336
Octal30611523307526265016366
Binary1100011010011011001101101111011011010110101000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D9B; }

 p { color: rgb(198,77,155); }

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

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

 a { background-color: rgb(198,77,155); }

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

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

 span { border-color: rgb(198,77,155); }

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