#C64692

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

Shades of Mulberry #C64692

Tints of Mulberry #C64692

Color information

#C64692 (or 0xC64692) is unknown color: approx Mulberry. HEX triplet: C6, 46 and 92. RGB value is (198,70,146). Sum of RGB (Red+Green+Blue) = 198+70+146=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64692 is #39B96D. Grayscale: #747474. Windows color (decimal): -3783022 or 9586374. OLE color: 9586374.

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

Color convert

RGB19870146-
CMYK00.650.260.22
HSL324.38º52.89%52.55%-
HSV(B)324.38º64.65%77.65%-
XYZ30.6718.4629.14-
YUV116.94144.41185.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=47.83%
G=16.91%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987014600.650.260.22324.3852.8952.55
HexC646920411A161443535
Octal306106222010132265046565
Binary11000110100011010010010010000011101010110101000100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64692; }

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

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

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

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

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

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

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

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