#C65699

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

Shades of Mulberry #C65699

Tints of Mulberry #C65699

Color information

#C65699 (or 0xC65699) is unknown color: approx Mulberry. HEX triplet: C6, 56 and 99. RGB value is (198,86,153). Sum of RGB (Red+Green+Blue) = 198+86+153=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C65699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65699 is #39A966. Grayscale: #7E7E7E. Windows color (decimal): -3778919 or 10049222. OLE color: 10049222.

HSL color Cylindrical-coordinate representation of color #C65699: hue angle of 324.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65699 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19886153-
CMYK00.570.230.22
HSL324.11º49.56%55.69%-
HSV(B)324.11º56.57%77.65%-
XYZ32.3720.9632.48-
YUV127.13142.61178.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=45.31%
G=19.68%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988615300.570.230.22324.1149.5655.69
HexC6569903917161443238
Octal30612623107127265046270
Binary1100011010101101001100101110011011110110101000100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65699; }

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

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

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

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

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

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

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

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