Html Css Color HEX #CE49A0 Mulberry

📋 copy color: '#CE49A0'

red 206 ◦ green 73 ◦ blue 160

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

Shades of Mulberry #CE49A0

Tints of Mulberry #CE49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 46.92%
G = 16.63%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE49A0 (or 0xCE49A0) is known color: Mulberry. HEX triplet: CE, 49 and A0. RGB value is (206,73,160). Sum of RGB (Red+Green+Blue) = 206+73+160=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49A0 is #31B65F. Grayscale: #7A7A7A. Windows color (decimal): -3257952 or 10504654. OLE color: 10504654.

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

Color convert

RGB 206 73 160 -
CMYK 0 0.65 0.22 0.19
HSL 320.75º 0.58% 0.55% -
HSV(B) 320.75º 0.65% 0.81% -
XYZ 34.18 20.42 35.4 -
YUV 122.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 206 73 160 0 0.65 0.22 0.19 320.75 0.58 0.55
Hex CE 49 A0 0 41 16 13 141 3A 37
Octal 316 111 240 0 101 26 23 501 72 67
Binary 11001110 1001001 10100000 0 1000001 10110 10011 101000001 111010 110111

Color Harmonies of #CE49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49A0

Black with #CE49A0

Text Example


Text Example

White with #CE49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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