#CE469A

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

Shades of Mulberry #CE469A

Tints of Mulberry #CE469A

Color information

#CE469A (or 0xCE469A) is unknown color: approx Mulberry. HEX triplet: CE, 46 and 9A. RGB value is (206,70,154). Sum of RGB (Red+Green+Blue) = 206+70+154=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE469A is #31B965. Grayscale: #787878. Windows color (decimal): -3258726 or 10110670. OLE color: 10110670.

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

Color convert

RGB20670154-
CMYK00.660.250.19
HSL322.94º58.12%54.12%-
HSV(B)322.94º66.02%80.78%-
XYZ33.4819.8432.64-
YUV120.24147.06189.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=47.91%
G=16.28%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067015400.660.250.19322.9458.1254.12
HexCE469A04219131433a36
Octal316106232010231235037266
Binary11001110100011010011010010000101100110011101000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE469A; }

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

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

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

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

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

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

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

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