Html Css Color HEX #CE5296 Mulberry

📋 copy color: '#CE5296'

red 206 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #CE5296

Tints of Mulberry #CE5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 47.03%
G = 18.72%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE5296 (or 0xCE5296) is known color: Mulberry. HEX triplet: CE, 52 and 96. RGB value is (206,82,150). Sum of RGB (Red+Green+Blue) = 206+82+150=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5296 is #31AD69. Grayscale: #7E7E7E. Windows color (decimal): -3255658 or 9851598. OLE color: 9851598.

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

Color convert

RGB 206 82 150 -
CMYK 0 0.60 0.27 0.19
HSL 327.1º 0.56% 0.56% -
HSV(B) 327.1º 0.6% 0.81% -
XYZ 33.98 21.36 31.19 -
YUV 126.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 206 82 150 0 0.60 0.27 0.19 327.1 0.56 0.56
Hex CE 52 96 0 3C 1B 13 147 38 38
Octal 316 122 226 0 74 33 23 507 70 70
Binary 11001110 1010010 10010110 0 111100 11011 10011 101000111 111000 111000

Color Harmonies of #CE5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5296

Black with #CE5296

Text Example


Text Example

White with #CE5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5296; }

 p { color: rgb(206,82,150); }

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

background-color css

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

 a { background-color: rgb(206,82,150); }

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

border-color css

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

 span { border-color: rgb(206,82,150); }

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