#CE498A

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

Shades of Mulberry #CE498A

Tints of Mulberry #CE498A

Color information

#CE498A (or 0xCE498A) is unknown color: approx Mulberry. HEX triplet: CE, 49 and 8A. RGB value is (206,73,138). Sum of RGB (Red+Green+Blue) = 206+73+138=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE498A is #31B675. Grayscale: #787878. Windows color (decimal): -3257974 or 9062862. OLE color: 9062862.

HSL color Cylindrical-coordinate representation of color #CE498A: hue angle of 330.68º 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 #CE498A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20673138-
CMYK00.650.330.19
HSL330.68º57.58%54.71%-
HSV(B)330.68º64.56%80.78%-
XYZ32.4219.7226.14-
YUV120.18138.06189.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=49.40%
G=17.51%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067313800.650.330.19330.6857.5854.71
HexCE498A041211314b3a37
Octal316111212010141235137267
Binary110011101001001100010100100000110000110011101001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE498A; }

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

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

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

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

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

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

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

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