#C64698

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

Shades of Mulberry #C64698

Tints of Mulberry #C64698

Color information

#C64698 (or 0xC64698) is unknown color: approx Mulberry. HEX triplet: C6, 46 and 98. RGB value is (198,70,152). Sum of RGB (Red+Green+Blue) = 198+70+152=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C64698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64698 is #39B967. Grayscale: #757575. Windows color (decimal): -3783016 or 9979590. OLE color: 9979590.

HSL color Cylindrical-coordinate representation of color #C64698: hue angle of 321.56º degrees, saturation: 0.53, 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 #C64698 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19870152-
CMYK00.650.230.22
HSL321.56º52.89%52.55%-
HSV(B)321.56º64.65%77.65%-
XYZ31.1518.6531.66-
YUV117.62147.41185.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=47.14%
G=16.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987015200.650.230.22321.5652.8952.55
HexC6469804117161423535
Octal306106230010127265026565
Binary11000110100011010011000010000011011110110101000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64698; }

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

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

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

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

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

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

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

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