Html Css Color HEX #CE528E Mulberry

📋 copy color: '#CE528E'

red 206 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #CE528E

Tints of Mulberry #CE528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 47.91%
G = 19.07%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE528E (or 0xCE528E) is known color: Mulberry. HEX triplet: CE, 52 and 8E. RGB value is (206,82,142). Sum of RGB (Red+Green+Blue) = 206+82+142=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE528E is #31AD71. Grayscale: #7D7D7D. Windows color (decimal): -3255666 or 9327310. OLE color: 9327310.

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

Color convert

RGB 206 82 142 -
CMYK 0 0.60 0.31 0.19
HSL 330.97º 0.56% 0.56% -
HSV(B) 330.97º 0.6% 0.81% -
XYZ 33.35 21.11 27.91 -
YUV 125.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 206 82 142 0 0.60 0.31 0.19 330.97 0.56 0.56
Hex CE 52 8E 0 3C 1F 13 14B 38 38
Octal 316 122 216 0 74 37 23 513 70 70
Binary 11001110 1010010 10001110 0 111100 11111 10011 101001011 111000 111000

Color Harmonies of #CE528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE528E

Black with #CE528E

Text Example


Text Example

White with #CE528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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