#C7448B

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

Shades of Mulberry #C7448B

Tints of Mulberry #C7448B

Color information

#C7448B (or 0xC7448B) is unknown color: approx Mulberry. HEX triplet: C7, 44 and 8B. RGB value is (199,68,139). Sum of RGB (Red+Green+Blue) = 199+68+139=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7448B is #38BB74. Grayscale: #737373. Windows color (decimal): -3718005 or 9127111. OLE color: 9127111.

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

Color convert

RGB19968139-
CMYK00.660.300.22
HSL327.48º53.91%52.35%-
HSV(B)327.48º65.83%78.04%-
XYZ30.2818.1426.33-
YUV115.26141.4187.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=49.01%
G=16.75%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996813900.660.300.22327.4853.9152.35
HexC7448B0421E161473634
Octal307104213010236265076664
Binary11000111100010010001011010000101111010110101000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7448B; }

 p { color: rgb(199,68,139); }

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

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

 a { background-color: rgb(199,68,139); }

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

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

 span { border-color: rgb(199,68,139); }

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