Html Css Color HEX #CE5BA6 Mulberry

📋 copy color: '#CE5BA6'

red 206 ◦ green 91 ◦ blue 166

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

Shades of Mulberry #CE5BA6

Tints of Mulberry #CE5BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 44.49%
G = 19.65%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE5BA6 (or 0xCE5BA6) is known color: Mulberry. HEX triplet: CE, 5B and A6. RGB value is (206,91,166). Sum of RGB (Red+Green+Blue) = 206+91+166=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA6 is #31A459. Grayscale: #858585. Windows color (decimal): -3253338 or 10902478. OLE color: 10902478.

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

Color convert

RGB 206 91 166 -
CMYK 0 0.56 0.19 0.19
HSL 320.87º 0.54% 0.58% -
HSV(B) 320.87º 0.56% 0.81% -
XYZ 36.08 23.36 38.68 -
YUV 133.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 206 91 166 0 0.56 0.19 0.19 320.87 0.54 0.58
Hex CE 5B A6 0 38 13 13 141 36 3A
Octal 316 133 246 0 70 23 23 501 66 72
Binary 11001110 1011011 10100110 0 111000 10011 10011 101000001 110110 111010

Color Harmonies of #CE5BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BA6

Black with #CE5BA6

Text Example


Text Example

White with #CE5BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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