#C9448F

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

Shades of Mulberry #C9448F

Tints of Mulberry #C9448F

Color information

#C9448F (or 0xC9448F) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 8F. RGB value is (201,68,143). Sum of RGB (Red+Green+Blue) = 201+68+143=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9448F is #36BB70. Grayscale: #747474. Windows color (decimal): -3586929 or 9389257. OLE color: 9389257.

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

Color convert

RGB20168143-
CMYK00.660.290.21
HSL326.17º55.19%52.75%-
HSV(B)326.17º66.17%78.82%-
XYZ31.1118.5327.92-
YUV116.32143.06188.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=48.79%
G=16.50%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016814300.660.290.21326.1755.1952.75
HexC9448F0421D151463735
Octal311104217010235255066765
Binary11001001100010010001111010000101110110101101000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9448F; }

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

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

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

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

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

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

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

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