Html Css Color HEX #CE498A Mulberry

📋 copy color: '#CE498A'

red 206 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #CE498A

Tints of Mulberry #CE498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 49.4%
G = 17.51%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE498A (or 0xCE498A) is known color: Mulberry. HEX triplet: CE, 49 and 8A. RGB value is (206,73,138). Sum of RGB (Red+Green+Blue) = 206+73+138=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE498A is #31B675. Grayscale: #787878. Windows color (decimal): -3257974 or 9062862. OLE color: 9062862.

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

Color convert

RGB 206 73 138 -
CMYK 0 0.65 0.33 0.19
HSL 330.68º 0.58% 0.55% -
HSV(B) 330.68º 0.65% 0.81% -
XYZ 32.42 19.72 26.14 -
YUV 120.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 206 73 138 0 0.65 0.33 0.19 330.68 0.58 0.55
Hex CE 49 8A 0 41 21 13 14B 3A 37
Octal 316 111 212 0 101 41 23 513 72 67
Binary 11001110 1001001 10001010 0 1000001 100001 10011 101001011 111010 110111

Color Harmonies of #CE498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE498A

Black with #CE498A

Text Example


Text Example

White with #CE498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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