#CE559A

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

Shades of Mulberry #CE559A

Tints of Mulberry #CE559A

Color information

#CE559A (or 0xCE559A) is unknown color: approx Mulberry. HEX triplet: CE, 55 and 9A. RGB value is (206,85,154). Sum of RGB (Red+Green+Blue) = 206+85+154=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE559A is #31AA65. Grayscale: #808080. Windows color (decimal): -3254886 or 10114510. OLE color: 10114510.

HSL color Cylindrical-coordinate representation of color #CE559A: hue angle of 325.79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE559A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20685154-
CMYK00.590.250.19
HSL325.79º55.25%57.06%-
HSV(B)325.79º58.74%80.78%-
XYZ34.5321.9532.99-
YUV129.04142.09182.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=46.29%
G=19.10%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068515400.590.250.19325.7955.2557.06
HexCE559A03B19131463739
Octal31612523207331235066771
Binary1100111010101011001101001110111100110011101000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE559A; }

 p { color: rgb(206,85,154); }

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

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

 a { background-color: rgb(206,85,154); }

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

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

 span { border-color: rgb(206,85,154); }

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