#9F849C

Color #9F849C Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9F849C

Tints of Bouquet #9F849C

Color information

#9F849C (or 0x9F849C) is unknown color: approx Bouquet. HEX triplet: 9F, 84 and 9C. RGB value is (159,132,156). Sum of RGB (Red+Green+Blue) = 159+132+156=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F849C is #607B63. Grayscale: #8E8E8E. Windows color (decimal): -6323044 or 10257567. OLE color: 10257567.

HSL color Cylindrical-coordinate representation of color #9F849C: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F849C is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159132156-
CMYK00.170.020.38
HSL306.67º12.33%57.06%-
HSV(B)306.67º16.98%62.35%-
XYZ28.5526.2735.02-
YUV142.81135.45139.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=35.57%
G=29.53%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913215600.170.020.38306.6712.3357.06
Hex9F849C011226133c39
Octal2372042340212464631471
Binary100111111000010010011100010001101001101001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F849C; }

 p { color: rgb(159,132,156); }

 H1.HeaderClassName
 {
   color: #9F849C;
 }
 .AnyTagClassName
 {
   color: #9F849C;
 }
</style>
background-color css

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

 a { background-color: rgb(159,132,156); }

 div.DivClassName
 {
   background-color: #9F849C;
 }
 .BgClassName
 {
   background-color: #9F849C;
 }
</style>
border-color css

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

 span { border-color: rgb(159,132,156); }

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