Html Css Color HEX #CE5090 Mulberry

📋 copy color: '#CE5090'

red 206 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #CE5090

Tints of Mulberry #CE5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 47.91%
G = 18.6%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE5090 (or 0xCE5090) is known color: Mulberry. HEX triplet: CE, 50 and 90. RGB value is (206,80,144). Sum of RGB (Red+Green+Blue) = 206+80+144=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5090 is #31AF6F. Grayscale: #7C7C7C. Windows color (decimal): -3256176 or 9457870. OLE color: 9457870.

HSL color Cylindrical-coordinate representation of color #CE5090: hue angle of 329.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5090 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 144 -
CMYK 0 0.61 0.30 0.19
HSL 329.52º 0.56% 0.56% -
HSV(B) 329.52º 0.61% 0.81% -
XYZ 33.36 20.87 28.66 -
YUV 124.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 206 80 144 0 0.61 0.30 0.19 329.52 0.56 0.56
Hex CE 50 90 0 3D 1E 13 14A 38 38
Octal 316 120 220 0 75 36 23 512 70 70
Binary 11001110 1010000 10010000 0 111101 11110 10011 101001010 111000 111000

Color Harmonies of #CE5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5090

Black with #CE5090

Text Example


Text Example

White with #CE5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5090; }

 p { color: rgb(206,80,144); }

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

background-color css

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

 a { background-color: rgb(206,80,144); }

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

border-color css

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

 span { border-color: rgb(206,80,144); }

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