Html Css Color HEX #CE5BA9 Mulberry

📋 copy color: '#CE5BA9'

red 206 ◦ green 91 ◦ blue 169

#CE5BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CE5BA9

Tints of Mulberry #CE5BA9

RGB

 RED value IS 206 (80.86% from 255) = 44.21%

 GREEN value IS 91 (35.94% from 255) = 19.53%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 44.21%
G = 19.53%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE5BA9 (or 0xCE5BA9) is known color: Mulberry. HEX triplet: CE, 5B and A9. RGB value is (206,91,169). Sum of RGB (Red+Green+Blue) = 206+91+169=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA9 is #31A456. Grayscale: #868686. Windows color (decimal): -3253335 or 11099086. OLE color: 11099086.

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

Color convert

RGB 206 91 169 -
CMYK 0 0.56 0.18 0.19
HSL 319.3º 0.54% 0.58% -
HSV(B) 319.3º 0.56% 0.81% -
XYZ 36.36 23.47 40.15 -
YUV 134.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 206 91 169 0 0.56 0.18 0.19 319.3 0.54 0.58
Hex CE 5B A9 0 38 12 13 13F 36 3A
Octal 316 133 251 0 70 22 23 477 66 72
Binary 11001110 1011011 10101001 0 111000 10010 10011 100111111 110110 111010

Color Harmonies of #CE5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BA9

Black with #CE5BA9

Text Example


Text Example

White with #CE5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BA9; }

 p { color: rgb(206,91,169); }

 H1.HeaderClassName
 {
   color: #CE5BA9;
 }
 .AnyTagClassName
 {
   color: #CE5BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(206,91,169); }

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

border-color css

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

 span { border-color: rgb(206,91,169); }

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