Html Css Color HEX #CE529E Mulberry

📋 copy color: '#CE529E'

red 206 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #CE529E

Tints of Mulberry #CE529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 46.19%
G = 18.39%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE529E (or 0xCE529E) is known color: Mulberry. HEX triplet: CE, 52 and 9E. RGB value is (206,82,158). Sum of RGB (Red+Green+Blue) = 206+82+158=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529E is #31AD61. Grayscale: #7F7F7F. Windows color (decimal): -3255650 or 10375886. OLE color: 10375886.

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

Color convert

RGB 206 82 158 -
CMYK 0 0.60 0.23 0.19
HSL 323.23º 0.56% 0.56% -
HSV(B) 323.23º 0.6% 0.81% -
XYZ 34.64 21.63 34.7 -
YUV 127.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 206 82 158 0 0.60 0.23 0.19 323.23 0.56 0.56
Hex CE 52 9E 0 3C 17 13 143 38 38
Octal 316 122 236 0 74 27 23 503 70 70
Binary 11001110 1010010 10011110 0 111100 10111 10011 101000011 111000 111000

Color Harmonies of #CE529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE529E

Black with #CE529E

Text Example


Text Example

White with #CE529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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