#C65895

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

Shades of Mulberry #C65895

Tints of Mulberry #C65895

Color information

#C65895 (or 0xC65895) is unknown color: approx Mulberry. HEX triplet: C6, 58 and 95. RGB value is (198,88,149). Sum of RGB (Red+Green+Blue) = 198+88+149=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C65895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65895 is #39A76A. Grayscale: #7F7F7F. Windows color (decimal): -3778411 or 9787590. OLE color: 9787590.

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

Color convert

RGB19888149-
CMYK00.560.250.22
HSL326.73º49.11%56.08%-
HSV(B)326.73º55.56%77.65%-
XYZ32.221.1630.82-
YUV127.84139.94178.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 88 (34.77% from 255) = 20.23%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=45.52%
G=20.23%
B=34.25%

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
Decimal1988814900.560.250.22326.7349.1156.08
HexC6589503819161473138
Octal30613022507031265076170
Binary1100011010110001001010101110001100110110101000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65895; }

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

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

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

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

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

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

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

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