#C74698

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

Shades of Mulberry #C74698

Tints of Mulberry #C74698

Color information

#C74698 (or 0xC74698) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 98. RGB value is (199,70,152). Sum of RGB (Red+Green+Blue) = 199+70+152=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C74698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74698 is #38B967. Grayscale: #757575. Windows color (decimal): -3717480 or 9979591. OLE color: 9979591.

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

Color convert

RGB19970152-
CMYK00.650.240.22
HSL321.86º53.53%52.75%-
HSV(B)321.86º64.82%78.04%-
XYZ31.4118.7931.68-
YUV117.92147.24185.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=47.27%
G=16.63%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997015200.650.240.22321.8653.5352.75
HexC7469804118161423635
Octal307106230010130265026665
Binary11000111100011010011000010000011100010110101000010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74698; }

 p { color: rgb(199,70,152); }

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

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

 a { background-color: rgb(199,70,152); }

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

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

 span { border-color: rgb(199,70,152); }

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