#C64580

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

Shades of Mulberry #C64580

Tints of Mulberry #C64580

Color information

#C64580 (or 0xC64580) is unknown color: approx Mulberry. HEX triplet: C6, 45 and 80. RGB value is (198,69,128). Sum of RGB (Red+Green+Blue) = 198+69+128=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64580 is #39BA7F. Grayscale: #727272. Windows color (decimal): -3783296 or 8406470. OLE color: 8406470.

HSL color Cylindrical-coordinate representation of color #C64580: hue angle of 332.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64580 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19869128-
CMYK00.650.350.22
HSL332.56º53.09%52.35%-
HSV(B)332.56º65.15%77.65%-
XYZ29.3117.8222.32-
YUV114.3135.74187.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=50.13%
G=17.47%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986912800.650.350.22332.5653.0952.35
HexC64580041231614d3534
Octal306105200010143265156564
Binary110001101000101100000000100000110001110110101001101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64580; }

 p { color: rgb(198,69,128); }

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

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

 a { background-color: rgb(198,69,128); }

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

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

 span { border-color: rgb(198,69,128); }

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