#CE4BA5

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

Shades of Mulberry #CE4BA5

Tints of Mulberry #CE4BA5

Color information

#CE4BA5 (or 0xCE4BA5) is unknown color: approx Mulberry. HEX triplet: CE, 4B and A5. RGB value is (206,75,165). Sum of RGB (Red+Green+Blue) = 206+75+165=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA5 is #31B45A. Grayscale: #7C7C7C. Windows color (decimal): -3257435 or 10832846. OLE color: 10832846.

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

Color convert

RGB20675165-
CMYK00.640.200.19
HSL318.78º57.21%55.1%-
HSV(B)318.78º63.59%80.78%-
XYZ34.7620.8737.79-
YUV124.43150.9186.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 75 (29.69% from 255) = 16.82%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=46.19%
G=16.82%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067516500.640.200.19318.7857.2155.1
HexCE4BA5040141313f3937
Octal316113245010024234777167
Binary11001110100101110100101010000001010010011100111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BA5; }

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

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

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

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

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

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

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

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