#C64A85

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

Shades of Mulberry #C64A85

Tints of Mulberry #C64A85

Color information

#C64A85 (or 0xC64A85) is unknown color: approx Mulberry. HEX triplet: C6, 4A and 85. RGB value is (198,74,133). Sum of RGB (Red+Green+Blue) = 198+74+133=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A85 is #39B57A. Grayscale: #757575. Windows color (decimal): -3782011 or 8735430. OLE color: 8735430.

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

Color convert

RGB19874133-
CMYK00.630.330.22
HSL331.45º52.1%53.33%-
HSV(B)331.45º62.63%77.65%-
XYZ29.9718.624.2-
YUV117.8136.58185.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=48.89%
G=18.27%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987413300.630.330.22331.4552.153.33
HexC64A8503F211614b3435
Octal30611220507741265136465
Binary11000110100101010000101011111110000110110101001011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A85; }

 p { color: rgb(198,74,133); }

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

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

 a { background-color: rgb(198,74,133); }

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

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

 span { border-color: rgb(198,74,133); }

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