Html Css Color HEX #CE5695 Mulberry

📋 copy color: '#CE5695'

red 206 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #CE5695

Tints of Mulberry #CE5695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.5%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 46.71%
G = 19.5%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE5695 (or 0xCE5695) is known color: Mulberry. HEX triplet: CE, 56 and 95. RGB value is (206,86,149). Sum of RGB (Red+Green+Blue) = 206+86+149=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5695 is #31A96A. Grayscale: #808080. Windows color (decimal): -3254635 or 9787086. OLE color: 9787086.

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

Color convert

RGB 206 86 149 -
CMYK 0 0.58 0.28 0.19
HSL 328.5º 0.55% 0.57% -
HSV(B) 328.5º 0.58% 0.81% -
XYZ 34.21 21.95 30.87 -
YUV 129.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 206 86 149 0 0.58 0.28 0.19 328.5 0.55 0.57
Hex CE 56 95 0 3A 1C 13 148 37 39
Octal 316 126 225 0 72 34 23 510 67 71
Binary 11001110 1010110 10010101 0 111010 11100 10011 101001000 110111 111001

Color Harmonies of #CE5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5695

Black with #CE5695

Text Example


Text Example

White with #CE5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5695; }

 p { color: rgb(206,86,149); }

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

background-color css

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

 a { background-color: rgb(206,86,149); }

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

border-color css

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

 span { border-color: rgb(206,86,149); }

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