#C74797

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

Shades of Mulberry #C74797

Tints of Mulberry #C74797

Color information

#C74797 (or 0xC74797) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 97. RGB value is (199,71,151). Sum of RGB (Red+Green+Blue) = 199+71+151=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C74797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74797 is #38B868. Grayscale: #767676. Windows color (decimal): -3717225 or 9914311. OLE color: 9914311.

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

Color convert

RGB19971151-
CMYK00.640.240.22
HSL322.5º53.33%52.94%-
HSV(B)322.5º64.32%78.04%-
XYZ31.3918.8831.27-
YUV118.39146.41185.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 71 (28.12% from 255) = 16.86%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=47.27%
G=16.86%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997115100.640.240.22322.553.3352.94
HexC7479704018161423535
Octal307107227010030265026565
Binary11000111100011110010111010000001100010110101000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74797; }

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

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

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

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

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

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

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

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