#C65894

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

Shades of Mulberry #C65894

Tints of Mulberry #C65894

Color information

#C65894 (or 0xC65894) is unknown color: approx Mulberry. HEX triplet: C6, 58 and 94. RGB value is (198,88,148). Sum of RGB (Red+Green+Blue) = 198+88+148=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C65894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65894 is #39A76B. Grayscale: #7F7F7F. Windows color (decimal): -3778412 or 9722054. OLE color: 9722054.

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

Color convert

RGB19888148-
CMYK00.560.250.22
HSL327.27º49.11%56.08%-
HSV(B)327.27º55.56%77.65%-
XYZ32.1221.1230.4-
YUV127.73139.44178.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=45.62%
G=20.28%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988814800.560.250.22327.2749.1156.08
HexC6589403819161473138
Octal30613022407031265076170
Binary1100011010110001001010001110001100110110101000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65894; }

 p { color: rgb(198,88,148); }

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

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

 a { background-color: rgb(198,88,148); }

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

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

 span { border-color: rgb(198,88,148); }

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