#CE4095

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

Shades of Mulberry #CE4095

Tints of Mulberry #CE4095

Color information

#CE4095 (or 0xCE4095) is unknown color: approx Mulberry. HEX triplet: CE, 40 and 95. RGB value is (206,64,149). Sum of RGB (Red+Green+Blue) = 206+64+149=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4095 is #31BF6A. Grayscale: #737373. Windows color (decimal): -3260267 or 9781454. OLE color: 9781454.

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

Color convert

RGB20664149-
CMYK00.690.280.19
HSL324.08º59.17%52.94%-
HSV(B)324.08º68.93%80.78%-
XYZ32.7118.9630.37-
YUV116.15146.54192.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=49.16%
G=15.27%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066414900.690.280.19324.0859.1752.94
HexCE40950451C131443b35
Octal316100225010534235047365
Binary11001110100000010010101010001011110010011101000100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4095; }

 p { color: rgb(206,64,149); }

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

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

 a { background-color: rgb(206,64,149); }

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

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

 span { border-color: rgb(206,64,149); }

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