Html Css Color HEX #866296 Ce Soir

📋 copy color: '#866296'

red 134 ◦ green 98 ◦ blue 150

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

Shades of Ce Soir #866296

Tints of Ce Soir #866296

RGB

 RED value IS 134 (52.73% from 255) = 35.08%

 GREEN value IS 98 (38.67% from 255) = 25.65%

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

R = 35.08%
G = 25.65%
B = 39.27%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866296 (or 0x866296) is known color: Ce Soir. HEX triplet: 86, 62 and 96. RGB value is (134,98,150). Sum of RGB (Red+Green+Blue) = 134+98+150=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #866296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866296 is #799D69. Grayscale: #727272. Windows color (decimal): -7970154 or 9855622. OLE color: 9855622.

HSL color Cylindrical-coordinate representation of color #866296: hue angle of 281.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866296 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 98 150 -
CMYK 0.11 0.35 0 0.41
HSL 281.54º 0.21% 0.49% -
HSV(B) 281.54º 0.35% 0.59% -
XYZ 19.7 16.01 30.91 -
YUV 114.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 134 98 150 0.11 0.35 0 0.41 281.54 0.21 0.49
Hex 86 62 96 B 23 0 29 11A 15 31
Octal 206 142 226 13 43 0 51 432 25 61
Binary 10000110 1100010 10010110 1011 100011 0 101001 100011010 10101 110001

Color Harmonies of #866296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866296

Black with #866296

Text Example


Text Example

White with #866296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866296; }

 p { color: rgb(134,98,150); }

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

background-color css

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

 a { background-color: rgb(134,98,150); }

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

border-color css

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

 span { border-color: rgb(134,98,150); }

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