#C9448A

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

Shades of Mulberry #C9448A

Tints of Mulberry #C9448A

Color information

#C9448A (or 0xC9448A) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 8A. RGB value is (201,68,138). Sum of RGB (Red+Green+Blue) = 201+68+138=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448A is #36BB75. Grayscale: #737373. Windows color (decimal): -3586934 or 9061577. OLE color: 9061577.

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

Color convert

RGB20168138-
CMYK00.660.310.21
HSL328.42º55.19%52.75%-
HSV(B)328.42º66.17%78.82%-
XYZ30.7418.3925.97-
YUV115.75140.56188.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 68 (26.95% from 255) = 16.71%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=49.39%
G=16.71%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016813800.660.310.21328.4255.1952.75
HexC9448A0421F151483735
Octal311104212010237255106765
Binary11001001100010010001010010000101111110101101001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9448A; }

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

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

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

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

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

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

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

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