Html Css Color HEX #CE4996 Mulberry

📋 copy color: '#CE4996'

red 206 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #CE4996

Tints of Mulberry #CE4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 48.02%
G = 17.02%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE4996 (or 0xCE4996) is known color: Mulberry. HEX triplet: CE, 49 and 96. RGB value is (206,73,150). Sum of RGB (Red+Green+Blue) = 206+73+150=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4996 is #31B669. Grayscale: #797979. Windows color (decimal): -3257962 or 9849294. OLE color: 9849294.

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

Color convert

RGB 206 73 150 -
CMYK 0 0.65 0.27 0.19
HSL 325.26º 0.58% 0.55% -
HSV(B) 325.26º 0.65% 0.81% -
XYZ 33.34 20.09 30.97 -
YUV 121.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 206 73 150 0 0.65 0.27 0.19 325.26 0.58 0.55
Hex CE 49 96 0 41 1B 13 145 3A 37
Octal 316 111 226 0 101 33 23 505 72 67
Binary 11001110 1001001 10010110 0 1000001 11011 10011 101000101 111010 110111

Color Harmonies of #CE4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4996

Black with #CE4996

Text Example


Text Example

White with #CE4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4996; }

 p { color: rgb(206,73,150); }

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

background-color css

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

 a { background-color: rgb(206,73,150); }

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

border-color css

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

 span { border-color: rgb(206,73,150); }

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