#C7479A

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

Shades of Mulberry #C7479A

Tints of Mulberry #C7479A

Color information

#C7479A (or 0xC7479A) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 9A. RGB value is (199,71,154). Sum of RGB (Red+Green+Blue) = 199+71+154=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7479A is #38B865. Grayscale: #767676. Windows color (decimal): -3717222 or 10110919. OLE color: 10110919.

HSL color Cylindrical-coordinate representation of color #C7479A: hue angle of 321.09º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7479A is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19971154-
CMYK00.640.230.22
HSL321.09º53.33%52.94%-
HSV(B)321.09º64.32%78.04%-
XYZ31.6418.9832.57-
YUV118.73147.91185.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 71 (28.12% from 255) = 16.75%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=46.93%
G=16.75%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997115400.640.230.22321.0953.3352.94
HexC7479A04017161413535
Octal307107232010027265016565
Binary11000111100011110011010010000001011110110101000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7479A; }

 p { color: rgb(199,71,154); }

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

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

 a { background-color: rgb(199,71,154); }

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

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

 span { border-color: rgb(199,71,154); }

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