#C64299

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

Shades of Mulberry #C64299

Tints of Mulberry #C64299

Color information

#C64299 (or 0xC64299) is unknown color: approx Mulberry. HEX triplet: C6, 42 and 99. RGB value is (198,66,153). Sum of RGB (Red+Green+Blue) = 198+66+153=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C64299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64299 is #39BD66. Grayscale: #737373. Windows color (decimal): -3784039 or 10044102. OLE color: 10044102.

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

Color convert

RGB19866153-
CMYK00.670.230.22
HSL320.45º53.66%51.76%-
HSV(B)320.45º66.67%77.65%-
XYZ30.9918.232.02-
YUV115.39149.23186.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=47.48%
G=15.83%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986615300.670.230.22320.4553.6651.76
HexC6429904317161403634
Octal306102231010327265006664
Binary11000110100001010011001010000111011110110101000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64299; }

 p { color: rgb(198,66,153); }

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

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

 a { background-color: rgb(198,66,153); }

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

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

 span { border-color: rgb(198,66,153); }

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