#CE4BA6

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

Shades of Mulberry #CE4BA6

Tints of Mulberry #CE4BA6

Color information

#CE4BA6 (or 0xCE4BA6) is unknown color: approx Mulberry. HEX triplet: CE, 4B and A6. RGB value is (206,75,166). Sum of RGB (Red+Green+Blue) = 206+75+166=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA6 is #31B459. Grayscale: #7C7C7C. Windows color (decimal): -3257434 or 10898382. OLE color: 10898382.

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

Color convert

RGB20675166-
CMYK00.640.190.19
HSL318.32º57.21%55.1%-
HSV(B)318.32º63.59%80.78%-
XYZ34.8520.9138.27-
YUV124.54151.4186.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=46.09%
G=16.78%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067516600.640.190.19318.3257.2155.1
HexCE4BA6040131313e3937
Octal316113246010023234767167
Binary11001110100101110100110010000001001110011100111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BA6; }

 p { color: rgb(206,75,166); }

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

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

 a { background-color: rgb(206,75,166); }

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

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

 span { border-color: rgb(206,75,166); }

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