#CE498D

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

Shades of Mulberry #CE498D

Tints of Mulberry #CE498D

Color information

#CE498D (or 0xCE498D) is unknown color: approx Mulberry. HEX triplet: CE, 49 and 8D. RGB value is (206,73,141). Sum of RGB (Red+Green+Blue) = 206+73+141=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE498D is #31B672. Grayscale: #787878. Windows color (decimal): -3257971 or 9259470. OLE color: 9259470.

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

Color convert

RGB20673141-
CMYK00.650.320.19
HSL329.32º57.58%54.71%-
HSV(B)329.32º64.56%80.78%-
XYZ32.6419.8127.3-
YUV120.52139.56188.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=49.05%
G=17.38%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067314100.650.320.19329.3257.5854.71
HexCE498D04120131493a37
Octal316111215010140235117267
Binary110011101001001100011010100000110000010011101001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE498D; }

 p { color: rgb(206,73,141); }

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

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

 a { background-color: rgb(206,73,141); }

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

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

 span { border-color: rgb(206,73,141); }

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