#c9448d

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

Shades of Mulberry #C9448D

Tints of Mulberry #C9448D

Color information

#C9448D (or 0xC9448D) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 8D. RGB value is (201,68,141). Sum of RGB (Red+Green+Blue) = 201+68+141=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448D is #36BB72. Grayscale: #737373. Windows color (decimal): -3586931 or 9258185. OLE color: 9258185.

HSL color Cylindrical-coordinate representation of color #C9448D: hue angle of 327.07º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9448D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20168141-
CMYK00.660.300.21
HSL327.07º55.19%52.75%-
HSV(B)327.07º66.17%78.82%-
XYZ30.9618.4727.13-
YUV116.09142.06188.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=49.02%
G=16.59%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016814100.660.300.21327.0755.1952.75
HexC9448D0421E151473735
Octal311104215010236255076765
Binary11001001100010010001101010000101111010101101000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9448d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9448d; }

 p { color: rgb(201,68,141); }

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

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

 a { background-color: rgb(201,68,141); }

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

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

 span { border-color: rgb(201,68,141); }

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