#c6449d

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

Shades of Mulberry #C6449D

Tints of Mulberry #C6449D

Color information

#C6449D (or 0xC6449D) is unknown color: approx Mulberry. HEX triplet: C6, 44 and 9D. RGB value is (198,68,157). Sum of RGB (Red+Green+Blue) = 198+68+157=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6449D is #39BB62. Grayscale: #747474. Windows color (decimal): -3783523 or 10306758. OLE color: 10306758.

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

Color convert

RGB19868157-
CMYK00.660.210.22
HSL318.92º53.28%52.16%-
HSV(B)318.92º65.66%77.65%-
XYZ31.4418.5733.83-
YUV117.02150.57185.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 68 (26.95% from 255) = 16.08%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=46.81%
G=16.08%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986815700.660.210.22318.9253.2852.16
HexC6449D042151613f3534
Octal306104235010225264776564
Binary11000110100010010011101010000101010110110100111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6449d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6449d; }

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

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

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

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

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

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

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

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