#C64C93

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

Shades of Mulberry #C64C93

Tints of Mulberry #C64C93

Color information

#C64C93 (or 0xC64C93) is unknown color: approx Mulberry. HEX triplet: C6, 4C and 93. RGB value is (198,76,147). Sum of RGB (Red+Green+Blue) = 198+76+147=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C93 is #39B36C. Grayscale: #787878. Windows color (decimal): -3781485 or 9653446. OLE color: 9653446.

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

Color convert

RGB19876147-
CMYK00.620.260.22
HSL325.08º51.69%53.73%-
HSV(B)325.08º61.62%77.65%-
XYZ31.1419.2829.68-
YUV120.57142.92183.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=47.03%
G=18.05%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987614700.620.260.22325.0851.6953.73
HexC64C9303E1A161453436
Octal30611422307632265056466
Binary1100011010011001001001101111101101010110101000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C93; }

 p { color: rgb(198,76,147); }

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

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

 a { background-color: rgb(198,76,147); }

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

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

 span { border-color: rgb(198,76,147); }

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