Html Css Color HEX #CE5095 Mulberry

📋 copy color: '#CE5095'

red 206 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #CE5095

Tints of Mulberry #CE5095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 47.36%
G = 18.39%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE5095 (or 0xCE5095) is known color: Mulberry. HEX triplet: CE, 50 and 95. RGB value is (206,80,149). Sum of RGB (Red+Green+Blue) = 206+80+149=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5095 is #31AF6A. Grayscale: #7D7D7D. Windows color (decimal): -3256171 or 9785550. OLE color: 9785550.

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

Color convert

RGB 206 80 149 -
CMYK 0 0.61 0.28 0.19
HSL 327.14º 0.56% 0.56% -
HSV(B) 327.14º 0.61% 0.81% -
XYZ 33.75 21.03 30.71 -
YUV 125.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 206 80 149 0 0.61 0.28 0.19 327.14 0.56 0.56
Hex CE 50 95 0 3D 1C 13 147 38 38
Octal 316 120 225 0 75 34 23 507 70 70
Binary 11001110 1010000 10010101 0 111101 11100 10011 101000111 111000 111000

Color Harmonies of #CE5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5095

Black with #CE5095

Text Example


Text Example

White with #CE5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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