Html Css Color HEX #CE5596 Mulberry

📋 copy color: '#CE5596'

red 206 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #CE5596

Tints of Mulberry #CE5596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

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

R = 46.71%
G = 19.27%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE5596 (or 0xCE5596) is known color: Mulberry. HEX triplet: CE, 55 and 96. RGB value is (206,85,150). Sum of RGB (Red+Green+Blue) = 206+85+150=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5596 is #31AA69. Grayscale: #808080. Windows color (decimal): -3254890 or 9852366. OLE color: 9852366.

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

Color convert

RGB 206 85 150 -
CMYK 0 0.59 0.27 0.19
HSL 327.77º 0.55% 0.57% -
HSV(B) 327.77º 0.59% 0.81% -
XYZ 34.21 21.82 31.26 -
YUV 128.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 206 85 150 0 0.59 0.27 0.19 327.77 0.55 0.57
Hex CE 55 96 0 3B 1B 13 148 37 39
Octal 316 125 226 0 73 33 23 510 67 71
Binary 11001110 1010101 10010110 0 111011 11011 10011 101001000 110111 111001

Color Harmonies of #CE5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5596

Black with #CE5596

Text Example


Text Example

White with #CE5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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