#C6569F

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

Shades of Mulberry #C6569F

Tints of Mulberry #C6569F

Color information

#C6569F (or 0xC6569F) is unknown color: approx Mulberry. HEX triplet: C6, 56 and 9F. RGB value is (198,86,159). Sum of RGB (Red+Green+Blue) = 198+86+159=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6569F is #39A960. Grayscale: #7F7F7F. Windows color (decimal): -3778913 or 10442438. OLE color: 10442438.

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

Color convert

RGB19886159-
CMYK00.570.200.22
HSL320.89º49.56%55.69%-
HSV(B)320.89º56.57%77.65%-
XYZ32.8721.1635.15-
YUV127.81145.61178.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=44.70%
G=19.41%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988615900.570.200.22320.8949.5655.69
HexC6569F03914161413238
Octal30612623707124265016270
Binary1100011010101101001111101110011010010110101000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6569F; }

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

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

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

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

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

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

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

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