Html Css Color HEX #CE5986 Mulberry

📋 copy color: '#CE5986'

red 206 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #CE5986

Tints of Mulberry #CE5986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 48.02%
G = 20.75%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE5986 (or 0xCE5986) is known color: Mulberry. HEX triplet: CE, 59 and 86. RGB value is (206,89,134). Sum of RGB (Red+Green+Blue) = 206+89+134=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5986 is #31A679. Grayscale: #818181. Windows color (decimal): -3253882 or 8804814. OLE color: 8804814.

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

Color convert

RGB 206 89 134 -
CMYK 0 0.57 0.35 0.19
HSL 336.92º 0.54% 0.58% -
HSV(B) 336.92º 0.57% 0.81% -
XYZ 33.33 21.99 25.04 -
YUV 129.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 206 89 134 0 0.57 0.35 0.19 336.92 0.54 0.58
Hex CE 59 86 0 39 23 13 151 36 3A
Octal 316 131 206 0 71 43 23 521 66 72
Binary 11001110 1011001 10000110 0 111001 100011 10011 101010001 110110 111010

Color Harmonies of #CE5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5986

Black with #CE5986

Text Example


Text Example

White with #CE5986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5986; }

 p { color: rgb(206,89,134); }

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

background-color css

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

 a { background-color: rgb(206,89,134); }

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

border-color css

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

 span { border-color: rgb(206,89,134); }

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