#C64180

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

Shades of Mulberry #C64180

Tints of Mulberry #C64180

Color information

#C64180 (or 0xC64180) is unknown color: approx Mulberry. HEX triplet: C6, 41 and 80. RGB value is (198,65,128). Sum of RGB (Red+Green+Blue) = 198+65+128=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64180 is #39BE7F. Grayscale: #6F6F6F. Windows color (decimal): -3784320 or 8405446. OLE color: 8405446.

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

Color convert

RGB19865128-
CMYK00.670.350.22
HSL331.58º53.85%51.57%-
HSV(B)331.58º67.17%77.65%-
XYZ29.0817.3422.24-
YUV111.95137.06189.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=50.64%
G=16.62%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986512800.670.350.22331.5853.8551.57
HexC64180043231614c3634
Octal306101200010343265146664
Binary110001101000001100000000100001110001110110101001100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64180; }

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

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

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

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

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

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

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

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