#C64C88

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

Shades of Mulberry #C64C88

Tints of Mulberry #C64C88

Color information

#C64C88 (or 0xC64C88) is unknown color: approx Mulberry. HEX triplet: C6, 4C and 88. RGB value is (198,76,136). Sum of RGB (Red+Green+Blue) = 198+76+136=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C88 is #39B377. Grayscale: #777777. Windows color (decimal): -3781496 or 8932550. OLE color: 8932550.

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

Color convert

RGB19876136-
CMYK00.620.310.22
HSL330.49º51.69%53.73%-
HSV(B)330.49º61.62%77.65%-
XYZ30.3218.9525.35-
YUV119.32137.42184.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=48.29%
G=18.54%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987613600.620.310.22330.4951.6953.73
HexC64C8803E1F1614a3436
Octal30611421007637265126466
Binary1100011010011001000100001111101111110110101001010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C88; }

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

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

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

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

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

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

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

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