Html Css Color HEX #CE5083 Mulberry

📋 copy color: '#CE5083'

red 206 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #CE5083

Tints of Mulberry #CE5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 49.4%
G = 19.18%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5083 (or 0xCE5083) is known color: Mulberry. HEX triplet: CE, 50 and 83. RGB value is (206,80,131). Sum of RGB (Red+Green+Blue) = 206+80+131=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5083 is #31AF7C. Grayscale: #7B7B7B. Windows color (decimal): -3256189 or 8605902. OLE color: 8605902.

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

Color convert

RGB 206 80 131 -
CMYK 0 0.61 0.36 0.19
HSL 335.71º 0.56% 0.56% -
HSV(B) 335.71º 0.61% 0.81% -
XYZ 32.42 20.5 23.72 -
YUV 123.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 206 80 131 0 0.61 0.36 0.19 335.71 0.56 0.56
Hex CE 50 83 0 3D 24 13 150 38 38
Octal 316 120 203 0 75 44 23 520 70 70
Binary 11001110 1010000 10000011 0 111101 100100 10011 101010000 111000 111000

Color Harmonies of #CE5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5083

Black with #CE5083

Text Example


Text Example

White with #CE5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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