#C7448A

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

Shades of Mulberry #C7448A

Tints of Mulberry #C7448A

Color information

#C7448A (or 0xC7448A) is unknown color: approx Mulberry. HEX triplet: C7, 44 and 8A. RGB value is (199,68,138). Sum of RGB (Red+Green+Blue) = 199+68+138=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7448A is #38BB75. Grayscale: #737373. Windows color (decimal): -3718006 or 9061575. OLE color: 9061575.

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

Color convert

RGB19968138-
CMYK00.660.310.22
HSL327.94º53.91%52.35%-
HSV(B)327.94º65.83%78.04%-
XYZ30.2118.1125.95-
YUV115.15140.9187.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=49.14%
G=16.79%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996813800.660.310.22327.9453.9152.35
HexC7448A0421F161483634
Octal307104212010237265106664
Binary11000111100010010001010010000101111110110101001000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7448A; }

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

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

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

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

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

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

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

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