#C65588

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

Shades of Mulberry #C65588

Tints of Mulberry #C65588

Color information

#C65588 (or 0xC65588) is unknown color: approx Mulberry. HEX triplet: C6, 55 and 88. RGB value is (198,85,136). Sum of RGB (Red+Green+Blue) = 198+85+136=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65588 is #39AA77. Grayscale: #7C7C7C. Windows color (decimal): -3779192 or 8934854. OLE color: 8934854.

HSL color Cylindrical-coordinate representation of color #C65588: hue angle of 332.92º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65588 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB19885136-
CMYK00.570.310.22
HSL332.92º49.78%55.49%-
HSV(B)332.92º57.07%77.65%-
XYZ30.9820.2825.57-
YUV124.6134.44180.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=47.26%
G=20.29%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988513600.570.310.22332.9249.7855.49
HexC655880391F1614d3237
Octal30612521007137265156267
Binary1100011010101011000100001110011111110110101001101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65588; }

 p { color: rgb(198,85,136); }

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

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

 a { background-color: rgb(198,85,136); }

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

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

 span { border-color: rgb(198,85,136); }

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