Html Css Color HEX #CE4B86 Mulberry

📋 copy color: '#CE4B86'

red 206 ◦ green 75 ◦ blue 134

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

Shades of Mulberry #CE4B86

Tints of Mulberry #CE4B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 49.64%
G = 18.07%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE4B86 (or 0xCE4B86) is known color: Mulberry. HEX triplet: CE, 4B and 86. RGB value is (206,75,134). Sum of RGB (Red+Green+Blue) = 206+75+134=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4B86 is #31B479. Grayscale: #787878. Windows color (decimal): -3257466 or 8801230. OLE color: 8801230.

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

Color convert

RGB 206 75 134 -
CMYK 0 0.64 0.35 0.19
HSL 332.98º 0.57% 0.55% -
HSV(B) 332.98º 0.64% 0.81% -
XYZ 32.27 19.88 24.69 -
YUV 120.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 206 75 134 0 0.64 0.35 0.19 332.98 0.57 0.55
Hex CE 4B 86 0 40 23 13 14D 39 37
Octal 316 113 206 0 100 43 23 515 71 67
Binary 11001110 1001011 10000110 0 1000000 100011 10011 101001101 111001 110111

Color Harmonies of #CE4B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B86

Black with #CE4B86

Text Example


Text Example

White with #CE4B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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