#C6588C

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

Shades of Mulberry #C6588C

Tints of Mulberry #C6588C

Color information

#C6588C (or 0xC6588C) is unknown color: approx Mulberry. HEX triplet: C6, 58 and 8C. RGB value is (198,88,140). Sum of RGB (Red+Green+Blue) = 198+88+140=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6588C is #39A773. Grayscale: #7E7E7E. Windows color (decimal): -3778420 or 9197766. OLE color: 9197766.

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

Color convert

RGB19888140-
CMYK00.560.290.22
HSL331.64º49.11%56.08%-
HSV(B)331.64º55.56%77.65%-
XYZ31.5120.8827.18-
YUV126.82135.44178.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=46.48%
G=20.66%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988814000.560.290.22331.6449.1156.08
HexC6588C0381D1614c3138
Octal30613021407035265146170
Binary1100011010110001000110001110001110110110101001100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6588C; }

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

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

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

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

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

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

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

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