#CE5AA7

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

Shades of Mulberry #CE5AA7

Tints of Mulberry #CE5AA7

Color information

#CE5AA7 (or 0xCE5AA7) is unknown color: approx Mulberry. HEX triplet: CE, 5A and A7. RGB value is (206,90,167). Sum of RGB (Red+Green+Blue) = 206+90+167=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AA7 is #31A558. Grayscale: #858585. Windows color (decimal): -3253593 or 10967758. OLE color: 10967758.

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

Color convert

RGB20690167-
CMYK00.560.190.19
HSL320.17º54.21%58.04%-
HSV(B)320.17º56.31%80.78%-
XYZ36.0823.2239.14-
YUV133.46146.93179.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=44.49%
G=19.44%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069016700.560.190.19320.1754.2158.04
HexCE5AA70381313140363a
Octal31613224707023235006672
Binary1100111010110101010011101110001001110011101000000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AA7; }

 p { color: rgb(206,90,167); }

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

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

 a { background-color: rgb(206,90,167); }

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

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

 span { border-color: rgb(206,90,167); }

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