#C749A6

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

Shades of Mulberry #C749A6

Tints of Mulberry #C749A6

Color information

#C749A6 (or 0xC749A6) is unknown color: approx Mulberry. HEX triplet: C7, 49 and A6. RGB value is (199,73,166). Sum of RGB (Red+Green+Blue) = 199+73+166=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C749A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C749A6 is #38B659. Grayscale: #797979. Windows color (decimal): -3716698 or 10897863. OLE color: 10897863.

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

Color convert

RGB19973166-
CMYK00.630.170.22
HSL315.71º52.94%53.33%-
HSV(B)315.71º63.32%78.04%-
XYZ32.8219.6638.14-
YUV121.28153.24183.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=45.43%
G=16.67%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997316600.630.170.22315.7152.9453.33
HexC749A603F111613c3535
Octal30711124607721264746565
Binary1100011110010011010011001111111000110110100111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C749A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C749A6; }

 p { color: rgb(199,73,166); }

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

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

 a { background-color: rgb(199,73,166); }

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

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

 span { border-color: rgb(199,73,166); }

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