#C64B8D

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

Shades of Mulberry #C64B8D

Tints of Mulberry #C64B8D

Color information

#C64B8D (or 0xC64B8D) is unknown color: approx Mulberry. HEX triplet: C6, 4B and 8D. RGB value is (198,75,141). Sum of RGB (Red+Green+Blue) = 198+75+141=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B8D is #39B472. Grayscale: #777777. Windows color (decimal): -3781747 or 9259974. OLE color: 9259974.

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

Color convert

RGB19875141-
CMYK00.620.290.22
HSL327.8º51.9%53.53%-
HSV(B)327.8º62.12%77.65%-
XYZ30.6118.9627.25-
YUV119.3140.25184.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=47.83%
G=18.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987514100.620.290.22327.851.953.53
HexC64B8D03E1D161483436
Octal30611321507635265106466
Binary1100011010010111000110101111101110110110101001000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B8D; }

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

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

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

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

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

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

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

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