Html Css Color HEX #CE5685 Mulberry

📋 copy color: '#CE5685'

red 206 ◦ green 86 ◦ blue 133

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

Shades of Mulberry #CE5685

Tints of Mulberry #CE5685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 48.47%
G = 20.24%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE5685 (or 0xCE5685) is known color: Mulberry. HEX triplet: CE, 56 and 85. RGB value is (206,86,133). Sum of RGB (Red+Green+Blue) = 206+86+133=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5685 is #31A97A. Grayscale: #7F7F7F. Windows color (decimal): -3254651 or 8738510. OLE color: 8738510.

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

Color convert

RGB 206 86 133 -
CMYK 0 0.58 0.35 0.19
HSL 336.5º 0.55% 0.57% -
HSV(B) 336.5º 0.58% 0.81% -
XYZ 33.02 21.47 24.59 -
YUV 127.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 206 86 133 0 0.58 0.35 0.19 336.5 0.55 0.57
Hex CE 56 85 0 3A 23 13 150 37 39
Octal 316 126 205 0 72 43 23 520 67 71
Binary 11001110 1010110 10000101 0 111010 100011 10011 101010000 110111 111001

Color Harmonies of #CE5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5685

Black with #CE5685

Text Example


Text Example

White with #CE5685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5685; }

 p { color: rgb(206,86,133); }

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

background-color css

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

 a { background-color: rgb(206,86,133); }

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

border-color css

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

 span { border-color: rgb(206,86,133); }

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