Html Css Color HEX #CE49AA Mulberry

📋 copy color: '#CE49AA'

red 206 ◦ green 73 ◦ blue 170

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

Shades of Mulberry #CE49AA

Tints of Mulberry #CE49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 45.88%
G = 16.26%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE49AA (or 0xCE49AA) is known color: Mulberry. HEX triplet: CE, 49 and AA. RGB value is (206,73,170). Sum of RGB (Red+Green+Blue) = 206+73+170=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49AA is #31B655. Grayscale: #7B7B7B. Windows color (decimal): -3257942 or 11160014. OLE color: 11160014.

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

Color convert

RGB 206 73 170 -
CMYK 0 0.65 0.17 0.19
HSL 316.24º 0.58% 0.55% -
HSV(B) 316.24º 0.65% 0.81% -
XYZ 35.09 20.79 40.19 -
YUV 123.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 206 73 170 0 0.65 0.17 0.19 316.24 0.58 0.55
Hex CE 49 AA 0 41 11 13 13C 3A 37
Octal 316 111 252 0 101 21 23 474 72 67
Binary 11001110 1001001 10101010 0 1000001 10001 10011 100111100 111010 110111

Color Harmonies of #CE49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49AA

Black with #CE49AA

Text Example


Text Example

White with #CE49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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