Html Css Color HEX #CE49A5 Mulberry

📋 copy color: '#CE49A5'

red 206 ◦ green 73 ◦ blue 165

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

Shades of Mulberry #CE49A5

Tints of Mulberry #CE49A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 46.4%
G = 16.44%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE49A5 (or 0xCE49A5) is known color: Mulberry. HEX triplet: CE, 49 and A5. RGB value is (206,73,165). Sum of RGB (Red+Green+Blue) = 206+73+165=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49A5 is #31B65A. Grayscale: #7B7B7B. Windows color (decimal): -3257947 or 10832334. OLE color: 10832334.

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

Color convert

RGB 206 73 165 -
CMYK 0 0.65 0.20 0.19
HSL 318.5º 0.58% 0.55% -
HSV(B) 318.5º 0.65% 0.81% -
XYZ 34.63 20.6 37.75 -
YUV 123.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 206 73 165 0 0.65 0.20 0.19 318.5 0.58 0.55
Hex CE 49 A5 0 41 14 13 13E 3A 37
Octal 316 111 245 0 101 24 23 476 72 67
Binary 11001110 1001001 10100101 0 1000001 10100 10011 100111110 111010 110111

Color Harmonies of #CE49A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49A5

Black with #CE49A5

Text Example


Text Example

White with #CE49A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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